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

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

    Namespace: DevExpress.Xpf.Charts

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

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public SeriesPoint AddPoint(
        TimeSpan argument,
        double value
    )

    Parameters

    Name Type Description
    argument TimeSpan

    The new point’s argument.

    value Double

    The new point’s value.

    Returns

    Type Description
    SeriesPoint

    The newly added series point.

    See Also