Skip to main content

RangeControlViewType Enum

Lists the values used to specify how a series should be represented in a Range Control.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public enum RangeControlViewType

Members

Name Description
Line

A series is represented in a Range Control using the Line series view.

Point

A series is represented in a Range Control using the Point series view.

Area

A series is represented in a Range Control using the Area series view.

None

A series is not represented in a Range Control.

Remarks

The values listed by the RangeControlViewType enumeration are used to set the AreaSeriesView.RangeControlViewType, BarSeriesView.RangeControlViewType, LineSeriesView.RangeControlViewType and PointSeriesView.RangeControlViewType properties.

See Also