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