AxisValue.DateOnlyValue Property
Gets the axis value if the axis scale type is DateOnly.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| DateOnly | A DateOnly axis value. |
Remarks
The axis scale type is returned by the AxisValue.ScaleType property.
See Also