Click or drag to resize

AreaSeriesGetPoint Method (Int32, Double, Double)

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 double xValue,
	out double yValue
)

Parameters

index
Type: SystemInt32
Index of point to get.
xValue
Type: SystemDouble
X value.
yValue
Type: SystemDouble
Y value.

Return Value

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