Skip to main content
A newer version of this page is available. .

PointDataCollection.ActualArgumentScaleType Property

Returns the scale type of point arguments.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public ActualScaleType ActualArgumentScaleType { get; }

Property Value

Type Description
ActualScaleType

A value that identifies a scale type.

Available values:

Name Description
Numerical

Identifies the Numerical data scale. This means that data is treated as numerical values, and shown on the axis as numbers (e.g., 100, 200, and 300).

DateTime

Identifies the DateTime data scale. This means that data is treated as DateTime values, and shown on the axis as DateTime values (e.g., January, 2003, January, 2004, and January, 2005).

Qualitative

Identifies the Qualitative data scale. This means that data is treated as qualitative values, and shown on the axis as textual representations (e.g., A, B, and C).

See Also