Click or drag to resize

ColumnPlotDataExchangeTableDataCanChangeTableForPlotItems Method

Determines whether it is possible to change the underlying table for the specified plot items. The table can be changed if all plot items have exactly the same underlying table.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool CanChangeTableForPlotItems(
	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