SeriesBase.ActualArgumentScaleType Property
Gets the actual scale type used for series arguments.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Property Value
Type | Description |
---|---|
Scale |
A Scale |
Available values:
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 | The scale type is automatically determined according to the real type of underlying data. |
#Remarks
Use the ActualArgumentScaleType property to get the actual argument scale type which is calculated, dependent on the value of the SeriesBase.ArgumentScaleType property.
By default, the SeriesBase.ArgumentScaleType property is set to Auto. This means that the argument scale type is automatically detected and you don’t need to specify this property before providing data for a chart.