Skip to main content

BootstrapChartSeries.LowValueField Property

Specifies which data source field provides low values for points of a financial series.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue("low")]
public string LowValueField { get; set; }

Property Value

Type Default Description
String "low"

A string that specifies the data source field.

Remarks

Each point in a financial series has one argument and four values. Arguments are provided by the BootstrapChartCommonSeriesBase.ArgumentField; values are provided by the BootstrapChartSeries.OpenValueField, BootstrapChartSeries.CloseValueField, BootstrapChartSeries.HighValueField and LowValueField.

See Also