Skip to main content
All docs
V26.1
  • SeriesPointCollection.AddPoint(TimeSpan, Double) Method

    Adds a point with the specified argument and value required to plot a series.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v26.1.dll

    Declaration

    public int AddPoint(
        TimeSpan argument,
        double value
    )

    Parameters

    Name Type Description
    argument TimeSpan

    The point’s argument.

    value Double

    The point’s value.

    Returns

    Type Description
    Int32

    The position at which the new element was inserted.

    See Also