Click or drag to resize

LiteLineSeriesItem Property

LightningChart .NET Help
Get point at index.

Namespace:  Arction.Wpf.Charting.SeriesXY
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public PointDouble2D this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index to point.

Return Value

Type: PointDouble2D
Point at index.
See Also