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

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.v18.2.dll

Declaration

[DefaultValue("val1")]
public string RangeValue1Field { get; set; }

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