ScatterSymbolGroupStylePrepareStyle Method |
Prepares the scatter symbol group style in the specified group style collections.
Namespace: Altaxo.Graph.Gdi.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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 delegate that supplies the initial scatter symbol.
See Also