Skip to main content
A newer version of this page is available. .

DataPointCollection.Points Property

Provides access to the data points contained in this collection.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v19.2.dll

Declaration

public DataPoints Points { get; }

Property Value

Type Description
DataPoints

A DataPoints object.

Remarks

For more information, refer to Providing Data.

See Also