Skip to main content
A newer version of this page is available. .

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.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.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