Back to Devexpress

RangeControlViewType Enum

corelibraries-devexpress-dot-xtracharts-722aff93.md

latest1.9 KB
Original Source

RangeControlViewType Enum

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum RangeControlViewType
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum RangeControlViewType

Members

NameDescription
Line

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

| | Area |

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

|

The following properties accept/return RangeControlViewType values:

LibraryRelated API Members
Cross-Platform Class LibraryRangeControlOptions.ViewType
WinForms ControlsRangeControlOptionsModel.ViewType

Remarks

The values listed by the RangeControlViewType enumeration are used to set the RangeControlOptions.ViewType property.

See Also

DevExpress.XtraCharts Namespace