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

BootstrapChartFinancialSeriesBase.ReductionLevel Property

Specifies whether high, low, open or close prices of points should be compared.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(FinancialChartReductionLevel.Close)]
public FinancialChartReductionLevel ReductionLevel { get; set; }

Property Value

Type Default Description
FinancialChartReductionLevel **Close**

One of the FinancialChartReductionLevel enumeration values.

Available values:

Name Description
Open

Open prices should be compared.

Close

Close prices should be compared.

High

High prices should be compared.

Low

Low prices should be compared.

See Also