Click or drag to resize

ScatterSymbolGroupStyleGetter Delegate

Represents a callback that reads a scatter symbol.

Namespace: Altaxo.Graph.Graph3D.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public delegate IScatterSymbol Getter()

Return Value

IScatterSymbol
The current scatter symbol.
See Also