Click or drag to resize

AreaSeriesGetPoint Method (Int32, AreaSeriesPoint)

LightningChart .NET Help
Get point by given index.

Namespace:  Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public bool GetPoint(
	int index,
	out AreaSeriesPoint point
)

Parameters

index
Type: SystemInt32
Index of point to get.
point
Type: Arction.Wpf.ChartingMVVMAreaSeriesPoint
Point.

Return Value

Type: Boolean
False if invalid index is given, otherwise true.
See Also