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

    Adds a point with the specified argument and values required to plot a series with a bubble series view.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public int AddBubblePoint(
        TimeSpan argument,
        double value,
        double weight
    )

    Parameters

    Name Type Description
    argument TimeSpan

    The newly added series point’s argument.

    value Double

    The newly added series point’s value.

    weight Double

    The newly added series point’s weight.

    Returns

    Type Description
    Int32

    The position at which the new point was inserted.

    See Also