Series.ArgumentScaleType Property
Gets or sets a value that specifies the scale type of series point arguments.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.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 | 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. Note that this mode can be applied only for the |
#Remarks
Note
Usually, you don’t need to change the argument scale type of the Argument
#Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the ArgumentScaleType property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.