Back to Devexpress

PointSeries3D.AddPoint(String, Double) Method

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

latest1.4 KB
Original Source

PointSeries3D.AddPoint(String, Double) Method

Adds a new series point with the specified argument and value to the series.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Parameters

NameTypeDescription
argumentString

The qualitative argument of the new point.

| | value | Double |

The value of the new point.

|

Returns

TypeDescription
SeriesPoint

The newly added series point.

|

See Also

PointSeries3D Class

PointSeries3D Members

DevExpress.Xpf.Charts Namespace