Skip to main content

PointDataCollection.Add(PointData) Method

In This Article

Appends the specified point to the end of the collection.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public void Add(
    PointData point
)

#Parameters

Name Type Description
point PointData

A point to append to the collection.

See Also