XYZColumnPlotDataGetYName Method |
Gets the name of the y column, depending on the provided level.
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public string GetYName(
int level
)
Parameters
- level Int32
- The level (0..2).
Return Value
StringThe 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