Click or drag to resize

IndependentAndDependentColumnsGetIndependentVariableName Method

Gets the display name for the independent variable at the specified index.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual string GetIndependentVariableName(
	int idx
)

Parameters

idx  Int32
The zero-based variable index.

Return Value

String
The display name for the independent variable.
See Also