ActualScaleType Enum
Contains the values used to identify the actual scale type for the argument and value data of data points.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Members
Name | Description |
---|---|
Numerical
|
Identifies the Numerical data scale. This means that data provided for the Data |
Date
|
Identifies the Date |
Qualitative
|
Identifies the Qualitative data scale. This means that data provided for the Data |
#Related API Members
The following properties accept/return ActualScaleType values:
#Remarks
The values listed by the ActualScaleType enumerator are used to set the DataPointCollection.ActualArgumentScaleType and DataPointCollection.ActualValueScaleType properties.