DataPoints(DataPointCollection) Constructor
In This Article
Initializes a new instance of the DataPoints class with the specified owner collection.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public DataPoints(
DataPointCollection collection
)
#Parameters
Name | Type | Description |
---|---|---|
collection | Data |
A Data |
See Also