RangeControlViewType Enum
Lists the values used to specify how a series should be represented in a Range Control.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
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. |
Related API Members
The following properties accept/return RangeControlViewType values:
Remarks
The values listed by the RangeControlViewType enumeration are used to set the AreaSeriesView.RangeControlViewType, BarSeriesView.RangeControlViewType, LineSeriesView.RangeControlViewType and PointSeriesView.RangeControlViewType properties.