Click or drag to resize

SymbolSizeGroupStylePrepareStyle Method

Prepares a symbol-size group style for later application.

Namespace: Altaxo.Graph.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,
	SymbolSizeGroupStyleSymbolSizeGetter getter
)

Parameters

externalGroups  IPlotGroupStyleCollection
The external group-style collection.
localGroups  IPlotGroupStyleCollection
The local group-style collection.
getter  SymbolSizeGroupStyleSymbolSizeGetter
The delegate that supplies the symbol size.
See Also