A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[DefaultValue(FinancialChartReductionLevel.Close)]
public FinancialChartReductionLevel ReductionLevel { get; set; }
<DefaultValue(FinancialChartReductionLevel.Close)>
Public Property ReductionLevel As FinancialChartReductionLevel
Property Value
Type | Default | Description |
---|---|---|
FinancialChartReductionLevel | Close |
One of the FinancialChartReductionLevel values. |
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.
See Also
Feedback