Skip to main content

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.v23.2.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