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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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