Skip to main content

PointDataCollection.Item[Int32] Property

Allows you to access individual points within the collection.

Namespace: DevExpress.WinUI.Charts

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

NuGet Package: DevExpress.WinUI

Declaration

public PointData this[int index] { get; set; }

Parameters

Name Type Description
index Int32

A zero-based index that specifies the point’s position in the collection. If it is negative or exceeds the number of elements, an exception is raised.

Property Value

Type Description
PointData

A data point with the specified index.

See Also