DataPointCollection.Add(DataPoint) Method
Appends the specified item to the current collection.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
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