Skip to main content

RangeControlOptionsModel.ViewType Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
public RangeControlViewType ViewType { get; set; }

Property Value

Type Description
RangeControlViewType

The type of the series view within the Range Control.

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
XYDiagram2DSeriesViewBaseModel
.RangeControlOptions .ViewType
See Also