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

BootstrapChartSeries.RangeValue2Field Property

Coupled with the BootstrapChartSeries.RangeValue1Field 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("val2")]
public string RangeValue2Field { get; set; }

Property Value

Type Default Description
String "val2"

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 BootstrapChartSeries.RangeValue1Field and the RangeValue2Field.

See Also