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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
Type | Description |
---|---|
RangeControlViewType | A RangeControlViewType enumeration value. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ViewType |
---|---|
XYDiagram2DSeriesViewBase |
|
See Also