Click or drag to resize

XYZColumnPlotDataGetYName Method

Gets the name of the y column, depending on the provided level.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string GetYName(
	int level
)

Parameters

level  Int32
The level (0..2).

Return Value

String
The name of the y-column, depending on the provided level: 0: only name of the data column. 1: table name and column name. 2: table name, collection, and column name.
See Also