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

BootstrapChartFinancialSeriesBase.HighValueField Property

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue("high")]
public string HighValueField { get; set; }

Property Value

Type Default Description
String "high"

A string value 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 BootstrapChartFinancialSeriesBase.OpenValueField, BootstrapChartFinancialSeriesBase.CloseValueField, HighValueField and BootstrapChartFinancialSeriesBase.LowValueField.

See Also