ColumnPlotDataExchangeColumnsDataCanChangeCommonColumnsForPlotItems Method |
Determines whether it is possible to change one or more data columns with names that are common for all specified plot items.
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool CanChangeCommonColumnsForPlotItems(
IEnumerable<IGPlotItem> plotItems
)
Parameters
- plotItems IEnumerableIGPlotItem
- The plot items.
Return Value
Booleantrue if this instance [can change table for plot items] the specified plot items; otherwise,
false.
See Also