RangeSeriesValueLevel Enum
In This Article
Lists values used to specify which of two point values (Low or High) the colorizer should evaluate to color bars of the RangeBar or SideBySideRangeBar series.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
#Declaration
C#
public enum RangeSeriesValueLevel
#Members
Name | Description |
---|---|
Low
|
Indicates a low value of the Range |
High
|
Indicates a high value of the Range |
#Related API Members
The following properties accept/return RangeSeriesValueLevel values:
See Also