Back to Devexpress

PieSeries.AddPoint(DateTime, Double) Method

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

latest1.4 KB
Original Source

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

Parameters

NameTypeDescription
argumentDateTime

The date-time argument of the new point.

| | value | Double |

The value of the new point.

|

Returns

TypeDescription
SeriesPoint

The newly added series point.

|

See Also

PieSeries Class

PieSeries Members

DevExpress.Xpf.Charts Namespace