BootstrapChartFinancialSeriesBase.OpenValueField Property
Specifies which data source field provides open values for points of a financial series.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| String | "open" | 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 OpenValueField, BootstrapChartFinancialSeriesBase.CloseValueField, BootstrapChartFinancialSeriesBase.HighValueField and BootstrapChartFinancialSeriesBase.LowValueField.
See Also