BootstrapPolarChartSeriesBase.ValueField Property
Specifies the data source field that provides values for series points.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | "val" | A string specifying the name of a data source field. |
Remarks
When defining series using the BootstrapPolarChartSeries, set the ValueField property for each series individually to the corresponding field from the data source.
See Also