Click or drag to resize

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.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string NameOfDataColumn { get; }

Property Value

String
The name of the (underlying) data column.
See Also