Click or drag to resize

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.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool CanChangeCommonColumnsForPlotItems(
	IEnumerable<IGPlotItem> plotItems
)

Parameters

plotItems  IEnumerableIGPlotItem
The plot items.

Return Value

Boolean
true if this instance [can change table for plot items] the specified plot items; otherwise, false.
See Also