Back to Devexpress

PieSeries.AddPoint(TimeSpan, Double) Method

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

latest1.4 KB
Original Source

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

Parameters

NameTypeDescription
argumentTimeSpan

The new point’s argument.

| | value | Double |

The new point’s value.

|

Returns

TypeDescription
SeriesPoint

The newly added series point.

|

See Also

PieSeries Class

PieSeries Members

DevExpress.Xpf.Charts Namespace