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
#Parameters
Name | Type | Description |
---|---|---|
point | Point |
A point to append to the collection. |
See Also