ActualScaleType Enum
Contains the values used to identify the actual 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 |
---|---|
Numerical
|
Identifies the Numerical data scale. This means that data is treated as numerical values, and shown on the axis as numbers (e. |
Date
|
Identifies the Date |
Qualitative
|
Identifies the Qualitative data scale. This means that data is treated as qualitative values, and shown on the axis as textual representations (e. |
#Related API Members
The following properties accept/return ActualScaleType values:
#Remarks
The values listed by the ActualScaleType enumerator are used to set the PointDataCollection.ActualArgumentScaleType and PointDataCollection.ActualValueScaleType properties.