IG3DPlotStyleCollectExternalGroupStyles Method |
Adds all plot group styles that are not already in the externalGroups collection, and that
are appropriate for this plot style. Furthermore, the group style must be intended for use as external group style.
Namespace: Altaxo.Graph.Graph3D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void CollectExternalGroupStyles(
PlotGroupStyleCollection externalGroups
)
Parameters
- externalGroups PlotGroupStyleCollection
- The collection of external group styles.
See Also