Click or drag to resize

BarSeriesGetYValue Method

LightningChart .NET Help
Get Y value by given index.

Namespace:  Arction.WinForms.Charting.SeriesXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public double GetYValue(
	int valueIndex
)

Parameters

valueIndex
Type: SystemInt32
Value index.

Return Value

Type: Double
Y value. If invalid index is given, returns 0.
See Also