RangeSeriesType Enum
In This Article
Lists values that specify the types of Range series.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
Name | Description |
---|---|
Side
|
The Range Bar series. |
Range
|
The Range Area series. |
#Related API Members
The following properties accept/return RangeSeriesType values:
#Remarks
Values listed by this enumeration are used to set the RangeSeries.SeriesType property.
See Also