Skip to main content

BootstrapChartFinancialSeriesBase.CloseValueField Property

Specifies which data source field provides close 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("close")]
public string CloseValueField { get; set; }

Property Value

Type Default Description
String "close"

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

See Also