Click or drag to resize

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.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void CollectExternalGroupStyles(
	PlotGroupStyleCollection externalGroups
)

Parameters

externalGroups  PlotGroupStyleCollection
The collection of external group styles.
See Also