ColumnPlotDataExchangeTableDataNewTable Property |
Gets or sets the table, that should become the new data table of the plot items.
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic DataTable? NewTable { get; set; }
Property Value
DataTable
The new table.
See Also