Back to Devexpress

BootstrapChartCommonSeriesBase.Name Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapchartcommonseriesbase-427544c3.md

latest1.6 KB
Original Source

BootstrapChartCommonSeriesBase.Name Property

Specifies the name that identifies the series.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[DefaultValue("")]
public virtual string Name { get; set; }
vb
<DefaultValue("")>
Public Overridable Property Name As String

Property Value

TypeDefaultDescription
StringString.Empty

A string specifying the series name.

|

Remarks

The series name is used to represent the series in the legend. If this property is not specified, a default name will be generated automatically.

See Also

Chart

BootstrapChartCommonSeriesBase Class

BootstrapChartCommonSeriesBase Members

DevExpress.Web.Bootstrap Namespace