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

BootstrapChartSeries.OpenValueField Property

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue("open")]
public string OpenValueField { get; set; }

Property Value

Type Default Description
String "open"

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 OpenValueField, BootstrapChartSeries.CloseValueField, BootstrapChartSeries.HighValueField and BootstrapChartSeries.LowValueField.

See Also