Skip to main content
A newer version of this page is available. .

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.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public RangeControlViewType ViewType { get; set; }

Property Value

Type Description
RangeControlViewType

A RangeControlViewType enumeration value.

Available values:

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.

Property Paths

You can access this nested property as listed below:

Object Type Path to ViewType
XYDiagram2DSeriesViewBase
.RangeControlOptions .ViewType
See Also