ScatterSymbolGroupStyleSetter Delegate |
Represents a callback that writes a scatter symbol.
Namespace: Altaxo.Graph.Graph3D.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 assign.
See Also