Click or drag to resize

AbsoluteStackTransformCanUseStyle Method

Determines whether the specified plot items can be stacked.

Namespace: Altaxo.Graph.Gdi.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool CanUseStyle(
	IPlotArea layer,
	PlotItemCollection coll,
	out Dictionary<G2DPlotItem, Processed2DPlotData> plotDataList
)

Parameters

layer  IPlotArea
The plot layer.
coll  PlotItemCollection
The plot item collection.
plotDataList  DictionaryG2DPlotItem, Processed2DPlotData
Receives the processed plot data for each plot item.

Return Value

Boolean
true if the style can be used; otherwise, false.
See Also