SeriesPointCollection.Item[Int32] Property
In This Article
Gets or sets a series point by its zero-based index.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.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 |
---|---|
Series |
The series point. |
See Also