Click or drag to resize

LiteFreeformLineSeriesGetPointAtIndex Method

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
Syntax
public PointDouble2D GetPointAtIndex(
	int index
)

Parameters

index
Type: SystemInt32
Index to point.

Return Value

Type: PointDouble2D
Point at index.
See Also