FinancialChartReductionLevel Enum
Lists values that define which point prices (high, low, open or close) should be compared.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Members
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. |
Related API Members
The following properties accept/return FinancialChartReductionLevel values:
Remarks
The enumeration is used by the BootstrapChartSeries.ReductionLevel and BootstrapChartFinancialSeriesBase.ReductionLevel properties.
See Also