ScaleType Enum
Contains the values used to specify the scale type for the argument and value data of data points.
Namespace: DevExpress.WinUI.Charts
Assembly: DevExpress.WinUI.Charts.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Members
Name | Description |
---|---|
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. |
Numerical
|
Identifies the Numerical data scale. This means that data is treated as numerical values, shown on the axis as numbers (e. |
Date
|
Identifies the Date |
Qualitative
|
Identifies the Qualitative data scale. This means that data values are treated as qualitative, and shown on the axis as textual representations (for example, A, B, and C). This scale type can only be used for arguments. |
#Related API Members
The following properties accept/return ScaleType values: