BootstrapChartSeriesTemplateSettings.NameField Property
Specifies a data source field that represents the series name.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| String | "series" | A string specifying the name of a date source field. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to NameField |
|---|---|
| BootstrapCoordinateSystemChart |
|
| BootstrapRangeSelectorChart |
|
Remarks
The NameField property is required. The values of the data source field set to this option will be used as series identifiers.
See Also