IColumnPlotDataGetDependentVariable Method |
Gets the dependent variable column with index i.
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IReadableColumn? GetDependentVariable(
int i
)
Parameters
- i Int32
- The index i.
Return Value
IReadableColumnThe dependent variable column, or null if it can not be resolved.
See Also