Back to Devexpress

BubbleSeries3D.AddPoint(Double, Double, Double) Method

wpf-devexpress-dot-xpf-dot-charts-dot-bubbleseries3d-dot-addpoint-x28-system-dot-double-system-dot-double-system-dot-double-x29.md

latest1.6 KB
Original Source

BubbleSeries3D.AddPoint(Double, 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.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public SeriesPoint AddPoint(
    double argument,
    double value,
    double weight
)
vb
Public Function AddPoint(
    argument As Double,
    value As Double,
    weight As Double
) As SeriesPoint

Parameters

NameTypeDescription
argumentDouble

The numeric argument of the new point.

| | value | Double |

The value of the new point.

| | weight | Double |

The weight of the new point.

|

Returns

TypeDescription
SeriesPoint

The newly added series point.

|

See Also

BubbleSeries3D Class

BubbleSeries3D Members

DevExpress.Xpf.Charts Namespace