Skip to main content

RangeSeriesValueLevel Enum

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

public enum RangeSeriesValueLevel

Members

Name Description
Low

Indicates a low value of the RangeBar or SideBySideRangeBar series point.

High

Indicates a high value of the RangeBar or SideBySideRangeBar series point.

Related API Members

The following properties accept/return RangeSeriesValueLevel values:

See Also