AxisValue.DateTimeValue Property
Gets the axis value, if the axis scale type is date-time.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
DateTime | A DateTime value, specifying the axis value. |
Remarks
The axis scale type is returned by the AxisValue.ScaleType property.
See Also