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