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

SeriesPointCollection.Item[Int32] Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

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