Skip to main content
A newer version of this page is available. .

SeriesPointCollection.AddBubblePoint(DateTime, 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.v19.1.dll

Declaration

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

Parameters

Name Type Description
argument DateTime

The argument of a newly added series point.

value Double

The value of the newly added series point.

weight Double

The weight of the newly added series point.

Returns

Type Description
Int32

The position at which the new element was inserted.

See Also