Skip to main content

PointDataCollection.Count Property

Returns the number of points that the collection contains.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public int Count { get; }

#Property Value

Type Description
Int32

An integer that specifies the number of points.

See Also