SeriesBase.ScaleType Property
OBSOLETE
This property is obsolete now. Use the Argument
Gets or sets a value that specifies the scale type for the argument data of the series’ data points.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the ArgumentScaleType property instead.")]
public ScaleType ScaleType { get; set; }
#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
This property is obsolete now. Use the SeriesBase.ArgumentScaleType and SeriesBase.ValueScaleType properties instead.