Skip to main content
A newer version of this page is available. .

AxisValue.TimeSpanValue Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public TimeSpan TimeSpanValue { get; }

Property Value

Type Description
TimeSpan

A TimeSpan value that specifies the axis value.

See Also