AbsoluteStackTransformCanUseStyle Method |
Determines whether the specified plot items can be stacked.
Namespace: Altaxo.Graph.Gdi.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
Booleantrue if the style can be used; otherwise,
false.
See Also