ScaleType Enum
Contains the values used to specify the scale type for the argument and value data of data points.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
#Members
Name | Description |
---|---|
Qualitative
|
Identifies the Qualitative data scale. This means that data provided for the Series. |
Numerical
|
Identifies the Numerical data scale. This means that data provided for the Series. |
Date
|
Identifies the Date |
Time
|
Identifies the Time |
Auto
|
A scale type is detected automatically based on the type of underlying data. This means that numerical data will be treated as numerical, date-time data as date-time, qualitative as qualitative values. Note that this mode can be applied only for the Series. |
#Related API Members
The following properties accept/return ScaleType values:
#Remarks
The values listed by the ScaleType enumerator are used to set the Series.ArgumentScaleType and Series.ValueScaleType properties.