Skip to main content

AxisValue.TimeSpanValue Property

Returns the axis value if the axis scale type is TimeSpan.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public TimeSpan TimeSpanValue { get; }

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