Click or drag to resize

ScatterSymbolGroupStylePrepareStyle Method

Prepares the scatter-symbol group style using the supplied getter.

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 PrepareStyle(
	IPlotGroupStyleCollection externalGroups,
	IPlotGroupStyleCollection localGroups,
	ScatterSymbolGroupStyleGetter getter
)

Parameters

externalGroups  IPlotGroupStyleCollection
The external group-style collection.
localGroups  IPlotGroupStyleCollection
The local group-style collection.
getter  ScatterSymbolGroupStyleGetter
The callback that returns the current scatter symbol.
See Also