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.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void ShowExchangeTablesOfPlotItemsDialog(
IEnumerable<GraphDocument> list
)
Parameters
- list IEnumerableGraphDocument
- The list of graph documents.
See Also