BootstrapChartSeries.ReductionLevel Property
Specifies reduction options for financial series: whether high, low, open or close prices of points should be compared.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[DefaultValue(FinancialChartReductionLevel.Close)]
public FinancialChartReductionLevel ReductionLevel { get; set; }
Property Value
Type | Default | Description |
---|---|---|
FinancialChartReductionLevel | Close | One of the FinancialChartReductionLevel 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. |
Remarks
Each point in a financial series has four values or “prices”: high, low, open and close. To mirror the changes on the market more clearly, the widget compares the price of every point with the price of the previous point. The ReductionLevel property is used to specify whether high, low, open or close prices of points should be compared.