Click or drag to resize

ScatterSymbolGroupStyleApplyStyle Method

Applies the scatter-symbol group style using the supplied setter.

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 ApplyStyle(
	IPlotGroupStyleCollection externalGroups,
	IPlotGroupStyleCollection localGroups,
	ScatterSymbolGroupStyleSetter setter
)

Parameters

externalGroups  IPlotGroupStyleCollection
The external group-style collection.
localGroups  IPlotGroupStyleCollection
The local group-style collection.
setter  ScatterSymbolGroupStyleSetter
The callback that applies the scatter symbol.
See Also