AxisValue.TimeSpanValue Property
Returns the axis value if the axis scale type is TimeSpan.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
TimeSpan | A time-span value that specifies the axis value. |
Remarks
The AxisValue.ScaleType property returns the axis scale type.
See Also