Back to Devexpress

FinancialChartReductionLevel Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-f9f5a060.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum FinancialChartReductionLevel
vb
Public Enum FinancialChartReductionLevel

Members

NameDescription
Open

Open prices should be compared.

| | Close |

Close prices should be compared.

| | High |

High prices should be compared.

| | Low |

Low prices should be compared.

|

The following properties accept/return FinancialChartReductionLevel values:

Remarks

The enumeration is used by the BootstrapChartSeries.ReductionLevel and BootstrapChartFinancialSeriesBase.ReductionLevel properties.

See Also

DevExpress.Web.Bootstrap Namespace