ScatterSymbolGroupStyleSetter Delegate |
Represents a delegate that applies a scatter symbol.
Namespace: Altaxo.Graph.Gdi.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic delegate void Setter(
IScatterSymbol val
)
Parameters
- val IScatterSymbol
- The scatter symbol to apply.
See Also