DataPointCollection.Points Property
In This Article
Provides access to the data points contained in this collection.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public DataPoints Points { get; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
#Remarks
For more information, refer to Providing Data.
See Also