PlotColumnInformationNameOfDataColumn Property |
Gets the name of the (underlying) data column, or null if this instance holds another column, or the name is unkown.
Namespace: Altaxo.Gui.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public string NameOfDataColumn { get; }
Property Value
String
The name of the (underlying) data column.
See Also