Click or drag to resize

IColumnPlotDataGetDependentVariable Method

Gets the dependent variable column with index i.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IReadableColumn? GetDependentVariable(
	int i
)

Parameters

i  Int32
The index i.

Return Value

IReadableColumn
The dependent variable column, or null if it can not be resolved.
See Also