Skip to main content
A newer version of this page is available. .

BootstrapChartSeriesTemplateSettings.NameField Property

Specifies a data source field that represents the series name.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[DefaultValue("series")]
public string NameField { get; set; }

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
BootstrapChart
BootstrapCoordinateSystemChart
BootstrapPolarChart
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