Skip to main content

BootstrapPolarChartSeriesBase.ValueField Property

Specifies the data source field that provides values for series points.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue("val")]
public string ValueField { get; set; }

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