Back to Devexpress

FunnelSeries2D.AddPoint(Double, Double) Method

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

latest1.4 KB
Original Source

FunnelSeries2D.AddPoint(Double, 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(
    double argument,
    double value
)
vb
Public Function AddPoint(
    argument As Double,
    value As Double
) As SeriesPoint

Parameters

NameTypeDescription
argumentDouble

The numeric argument of the new point.

| | value | Double |

The value of the new point.

|

Returns

TypeDescription
SeriesPoint

The newly added series point.

|

See Also

FunnelSeries2D Class

FunnelSeries2D Members

DevExpress.Xpf.Charts Namespace