RangeSeriesType Enum
Lists values that specify the types of Range series.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Members
Name | Description |
---|---|
SideBySideRangeBar
|
The Range Bar series. |
RangeArea
|
The Range Area series. |
Remarks
Values listed by this enumeration are used to set the RangeSeries.SeriesType property.
See Also