A newer version of this page is available.
Switch to the current version.
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.v19.1.dll
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
Feedback