Skip to main content

AxisValue.TimeSpanValue Property

Returns an axis value if the axis scale type is time-span.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

public TimeSpan TimeSpanValue { get; }

#Property Value

Type Description
TimeSpan

A TimeSpan value that specifies the axis value.

See Also