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.3179.0 (4.8.3179.0)
Syntax public DataTable? NewTable { get; set; }
Property Value
DataTable
The new table.
See Also