BootstrapChartFinancialSeriesBase.ReductionLevel Property
Specifies 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 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