IG2DPlotStyleCollectLocalGroupStyles Method |
Looks in externalGroups and localGroups to find PlotGroupStyles that are appropriate for this plot style.
If such PlotGroupStyles were not found, the function adds them to the localGroups collection.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void CollectLocalGroupStyles(
PlotGroupStyleCollection externalGroups,
PlotGroupStyleCollection localGroups
)
Parameters
- externalGroups PlotGroupStyleCollection
- External plot groups. This collection remains unchanged and is provided here only to check whether or not the group style is already present in the externalGroups.
- localGroups PlotGroupStyleCollection
- Local plot groups. To this collection PlotGroupStyles are added if neccessary.
See Also