Back to Devexpress

SeriesPointCollection.Item[Int32] Property

wpf-devexpress-dot-xpf-dot-charts-dot-seriespointcollection-dot-item-x28-system-dot-int32-x29.md

latest1.2 KB
Original Source

SeriesPointCollection.Item[Int32] Property

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public SeriesPoint this[int index] { get; set; }
vb
Public Property Item(index As Integer) As SeriesPoint

Parameters

NameTypeDescription
indexInt32

The zero-based index.

|

Property Value

TypeDescription
SeriesPoint

The series point.

|

See Also

SeriesPointCollection Class

SeriesPointCollection Members

DevExpress.Xpf.Charts Namespace