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

BootstrapChartRangeSeriesBase.RangeValue2Field Property

Coupled with the BootstrapChartRangeSeriesBase.RangeValue1Field option, specifies which data source field provides values for a range-like series.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[DefaultValue("val2")]
public string RangeValue2Field { get; set; }

Property Value

Type Default Description
String "val2"

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 BootstrapChartRangeSeriesBase.RangeValue1Field, RangeValue2Field.

See Also