Skip to main content

DataPoints(DataPointCollection) Constructor

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 DataPointCollection

A DataPointCollection object which is the owner of the created DataPoints instance.

See Also