Click or drag to resize

ColumnPlotDataExchangeTableDataNewTable Property

Gets or sets the table, that should become the new data table of the plot items.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DataTable? NewTable { get; set; }

Property Value

DataTable
The new table.
See Also