Skip to main content

PointSeries3D.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.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public SeriesPoint AddPoint(
    TimeSpan argument,
    double value
)

Parameters

Name Type Description
argument TimeSpan

The new point’s argument.

value Double

The new point’s value.

Returns

Type Description
SeriesPoint

The newly added series point.

See Also