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

ExplodedSeriesPointCollection.Add(SeriesPoint) Method

Appends the specified SeriesPoint object to the current collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public int Add(
    SeriesPoint point
)

Parameters

Name Type Description
point SeriesPoint

A SeriesPoint object to append to the collection.

Returns

Type Description
Int32

An integer value indicating the position at which the new element was inserted.

Remarks

This method adds a SeriesPoint object to the end of the collection.

See Also