Click or drag to resize

IntensitySeriesBaseGetDataYValue Method

LightningChart .NET Help
Get Data array Y value.

Namespace:  Arction.Wpf.Charting.SeriesXY
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public double GetDataYValue(
	int columnIndex,
	int rowIndex
)

Parameters

columnIndex
Type: SystemInt32
Column index of Data array.
rowIndex
Type: SystemInt32
Row index of Data array.

Return Value

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