BootstrapChartRangeSeriesBase.RangeValue1Field Property
Coupled with the BootstrapChartRangeSeriesBase.RangeValue2Field option, specifies which data source field provides values for a range-like series.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | "val1" | A string specifying which data source field provides values for a series. |
Remarks
Each point in a range-like series has one argument and two values. Arguments are provided by the BootstrapChartCommonSeriesBase.ArgumentField; values are provided by the RangeValue1Field, BootstrapChartRangeSeriesBase.RangeValue2Field.
See Also