Skip to main content
All docs
V25.1
  • AxisValue.TimeSpanValue Property

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

    Namespace: DevExpress.Xpf.Charts

    Assembly: DevExpress.Xpf.Charts.v25.1.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