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

SeriesPointCollection.AddPoint(DateTime, Double) Method

Adds a point with the specified argument and value required to plot a series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public int AddPoint(
    DateTime argument,
    double value
)

Parameters

Name Type Description
argument DateTime

The argument of the point.

value Double

The value of the point.

Returns

Type Description
Int32

The position at which the new element was inserted.

See Also