Skip to main content

DataPointCollection.Count Property

Gets the number of elements contained in the DataPointCollection instance.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An integer value representing the number of elements contained in the collection.

See Also