DataPointCollection.Add(DataPoint) Method
In This Article
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 | Data |
An object to append to the collection. |
#Remarks
This method adds a new item to the end of the collection.
See Also