BootstrapChartSeries.RangeValue1Field Property
Coupled with the BootstrapChartSeries.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 that specifies the data source field. |
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 and the BootstrapChartSeries.RangeValue2Field.
See Also