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

DataPointCollection.Count Property

Gets the number of elements contained in the DataPointCollection instance.

Namespace: DevExpress.UI.Xaml.Charts

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

Declaration

public int Count { get; }

Property Value

Type Description
Int32

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

See Also