Click or drag to resize

HighLowSeriesGetPoint Method

LightningChart .NET Help
Get point by given index.

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

Parameters

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

Return Value

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