Skip to main content

PolarRangeAreaSeries2D.AddPoint(TimeSpan, Double, Double) Method

Adds a new series point with the specified argument and values 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 value1,
    double value2
)

Parameters

Name Type Description
argument TimeSpan

The new point’s argument.

value1 Double

The new point’s first value.

value2 Double

The new point’s second value.

Returns

Type Description
SeriesPoint

The newly added series point.

See Also