Back to Devexpress

RangeControlOptionsModel.ViewType Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-rangecontroloptionsmodel.md

latest2.2 KB
Original Source

RangeControlOptionsModel.ViewType Property

Gets or sets the value of the RangeControlOptions.ViewType within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
public RangeControlViewType ViewType { get; set; }
vb
<PropertyForOptions>
Public Property ViewType As RangeControlViewType

Property Value

TypeDescription
RangeControlViewType

The type of the series view within the Range Control.

|

Available values:

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.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ViewType
XYDiagram2DSeriesViewBaseModel

.RangeControlOptions .ViewType

|

See Also

RangeControlOptionsModel Class

RangeControlOptionsModel Members

DevExpress.XtraCharts.Designer Namespace