Click or drag to resize

ColumnPlotDataExchangeTableDataShowChangeTableForSelectedItemsDialog(IEnumerableIColumnPlotData) Method

Shows a dialog that allows to change the underlying data table for the provided plot items.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool ShowChangeTableForSelectedItemsDialog(
	IEnumerable<IColumnPlotData> plotDataItems
)

Parameters

plotDataItems  IEnumerableIColumnPlotData

[Missing <param name="plotDataItems"/> documentation for "M:Altaxo.Graph.Plot.Data.ColumnPlotDataExchangeTableData.ShowChangeTableForSelectedItemsDialog(System.Collections.Generic.IEnumerable{Altaxo.Graph.Plot.Data.IColumnPlotData})"]

Return Value

Boolean
True if the dialog was shown and for at least one plot item the underlying table was exchanged; otherwise false.
See Also