Click or drag to resize

GraphDocumentOtherActionsShowExchangeTablesOfPlotItemsDialog Method

Shows the dialog, in which the user can exchange the underlying table(s) of all plot items in the graph documents given by the list.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void ShowExchangeTablesOfPlotItemsDialog(
	IEnumerable<GraphDocument> list
)

Parameters

list  IEnumerableGraphDocument
The list of graph documents.
See Also