NPlot Documented Class Library

AdapterUtils.DataGetter_MultiRows.PointAt Method 

[This is preliminary documentation and subject to change.]

Gets data at a given index, in the given series (column number).

public double PointAt(
   int index,
   int seriesIndex
);

Parameters

index
index in the series to get data for
seriesIndex
series number (column number) to get data for.

Return Value

the required data point.

See Also

AdapterUtils.DataGetter_MultiRows Class | NPlot Namespace