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

DataPointCollection.Add(DataPoint) Method

Appends the specified item to the current collection.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v19.2.dll

Declaration

public void Add(
    DataPoint point
)

Parameters

Name Type Description
point DataPoint

An object to append to the collection.

Remarks

This method adds a new item to the end of the collection.

See Also