Click or drag to resize

ColumnPlotDataExchangeDataBaseCanChangeTableForIColumnPlotDataItems 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 CanChangeTableForIColumnPlotDataItems(
	IEnumerable<IColumnPlotData> dataItems
)

Parameters

dataItems  IEnumerableIColumnPlotData
The plot data items.

Return Value

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