Skip to main content
All docs
V25.1
  • SeriesPoint(TimeSpan) Constructor

    Initializes a new instance of the SeriesPoint class with the specified time-span argument.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public SeriesPoint(
        TimeSpan argument
    )

    Parameters

    Name Type Description
    argument TimeSpan

    A time-span value that specifies the series point’s argument. This value is assigned to the SeriesPoint.Argument property. Note that if the argument is null (Nothing in Visual Basic), then a ArgumentException will be thrown.

    Remarks

    Note that this constructor creates an empty point (which is also known as a missing point) with the empty SeriesPoint.Values collection. This point will either be skipped or generate a break when painting its owner series, depending on the current series view.

    See Also