Skip to main content

DataPointCollection.Points Property

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
DataPoints

A DataPoints object.

Remarks

For more information, refer to Providing Data.

See Also