ColumnPlotDataExchangeColumnsDataShowChangeColumnsForSelectedItemsDialog(IEnumerableIColumnPlotData) Method |
Shows a dialog that allows to change the underlying data table for the provided plot items.
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool ShowChangeColumnsForSelectedItemsDialog(
IEnumerable<IColumnPlotData> plotDataItems
)
Parameters
- plotDataItems IEnumerableIColumnPlotData
- The plot data items.
Return Value
BooleanTrue if the dialog was shown and for at least one plot item the underlying table was exchanged; otherwise false.
See Also