Click or drag to resize

ScatterSymbolGroupStyleAddLocalGroupStyle Method

Adds this group style as a local style when appropriate.

Namespace: Altaxo.Graph.Gdi.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void AddLocalGroupStyle(
	IPlotGroupStyleCollection externalGroups,
	IPlotGroupStyleCollection localGroups
)

Parameters

externalGroups  IPlotGroupStyleCollection
The external group style collection.
localGroups  IPlotGroupStyleCollection
The local group style collection.
See Also