Skip to main content
All docs
V25.1
  • DiagramCoordinates.TimeSpanArgument Property

    Returns the diagram point’s time-span argument.

    Namespace: DevExpress.Xpf.Charts

    Assembly: DevExpress.Xpf.Charts.v25.1.dll

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public TimeSpan TimeSpanArgument { get; }

    Property Value

    Type Description
    TimeSpan

    A time-span value that specifies the diagram point’s argument.

    Remarks

    The DateTimeArgument property returns a time-span argument value if the DiagramCoordinates.ArgumentScaleType is ScaleType.TimeSpan. Otherwise, it returns null (Nothing in Visual Basic).

    See Also