DataPoint.ValueScaleType Property
Specifies the scale type of a data point value.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Property Value
Type | Description |
---|---|
Scale |
A Scale |
Available values:
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 provided for the Data |
Date |
Identifies the Date |
Qualitative | Identifies the Qualitative data scale. This means that data provided for the Data |
#Remarks
For more information, refer to Providing Data.