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.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
BooleanReturns
true if the plot items in
coll can be plotted as stack; otherwise,
false.
See Also