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

    Adds a new series point with the specified argument and values 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,
        double weight
    )

    Parameters

    Name Type Description
    argument TimeSpan

    The new point’s argument.

    value Double

    The new point’s value.

    weight Double

    The new point’s weight.

    Returns

    Type Description
    SeriesPoint

    The newly added series point.

    See Also