ColumnPlotDataExchangeColumnsControllerPlotColumnInformationInternal Constructor |
Namespace: Altaxo.Gui.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PlotColumnInformationInternal(
IReadableColumn column,
string nameOfUnderlyingDataColumn
)
Parameters
- column IReadableColumn
- The column represented by this plot-column information.
- nameOfUnderlyingDataColumn String
- The name of the underlying data column.
See Also