corelibraries-devexpress-dot-xtracharts-722aff93.md
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
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum RangeControlViewType
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum RangeControlViewType
| Name | Description |
|---|---|
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:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | RangeControlOptions.ViewType |
| WinForms Controls | RangeControlOptionsModel.ViewType |
The values listed by the RangeControlViewType enumeration are used to set the RangeControlOptions.ViewType property.
See Also