LiteLineSeriesItem Property |
LightningChart .NET Help
Get point at index.
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointDouble2D this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As PointDouble2D
Get
public:
property PointDouble2D default[int index] {
PointDouble2D get (int index);
}Parameters
- index
- Type: SystemInt32
Index to point.
Return Value
Type:
PointDouble2DPoint at index.
See Also