Skip to main content
A newer version of this page is available. .

BubbleSeries2D.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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public SeriesPoint AddPoint(
    TimeSpan argument,
    double value,
    double weight
)

Parameters

Name Type Description
argument TimeSpan

The new point’s argument.

value Double

The new point’s value.

weight Double

The new point’s weight.

Returns

Type Description
SeriesPoint

The newly added series point.

See Also