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

    Gets or sets the series point’s time-span argument.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    [Browsable(false)]
    public TimeSpan TimeSpanArgument { get; set; }

    Property Value

    Type Description
    TimeSpan

    A TimeSpan value that represents the series data point’s time-span argument.

    Remarks

    The DateTimeArgument property returns MinValue if a series point argument cannot be converted to a time-span value.

    See Also