Click or drag to resize

AbsoluteStackTransformCanUseStyle Method

Determines whether the plot items in coll can be plotted as stack. Presumption is that all plot items have the same number of plot points, and that all items have the same order of x values associated with the plot points.

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

Parameters

layer  IPlotArea
Plot layer.
coll  PlotItemCollection
Collection of plot items.
plotDataList  DictionaryG2DPlotItem, Processed2DPlotData
Output: dictionary with associates each plot item with a list of processed plot data.

Return Value

Boolean
Returns true if the plot items in coll can be plotted as stack; otherwise, false.
See Also