BootstrapChartCommonSeriesBase.Name Property
In This Article
Specifies the name that identifies the series.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
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