Click or drag to resize

ScatterSymbolGroupStyleAddExternalGroupStyle Method

Adds the external scatter-symbol group style when required.

Namespace: Altaxo.Graph.Graph3D.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void AddExternalGroupStyle(
	IPlotGroupStyleCollection externalGroups
)

Parameters

externalGroups  IPlotGroupStyleCollection
The external group-style collection.
See Also