Skip to main content

SeriesPointCollection.Item[Int32] Property

Gets or sets a series point by its zero-based index.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

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

Parameters

Name Type Description
index Int32

The zero-based index.

Property Value

Type Description
SeriesPoint

The series point.

See Also