Back to Devexpress

RangeControlOptions.ViewType Property

corelibraries-devexpress-dot-xtracharts-dot-rangecontroloptions.md

latest2.4 KB
Original Source

RangeControlOptions.ViewType Property

Gets or sets a value that specifies which view type (either Line or Area) should be used to represent an XYDiagram2D series in a Range Control.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public RangeControlViewType ViewType { get; set; }
vb
Public Property ViewType As RangeControlViewType

Property Value

TypeDescription
RangeControlViewType

A RangeControlViewType enumeration value.

|

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
XYDiagram2DSeriesViewBase

.RangeControlOptions .ViewType

|

See Also

RangeControlOptions Class

RangeControlOptions Members

DevExpress.XtraCharts Namespace