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