Click or drag to resize

LabelPlotStyleCollectExternalGroupStyles Method

Collects external group styles.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void CollectExternalGroupStyles(
	PlotGroupStyleCollection externalGroups
)

Parameters

externalGroups  PlotGroupStyleCollection
The external group-style collection.

Implements

IG3DPlotStyleCollectExternalGroupStyles(PlotGroupStyleCollection)
See Also