RangeControlOptions.ViewType Property
In This Article
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.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public RangeControlViewType ViewType { get; set; }
#Property Value
Type | Description |
---|---|
Range |
A Range |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to View |
---|---|
XYDiagram2DSeries |
|
See Also