Click or drag to resize

ScatterSymbolGroupStyleGetter Delegate

Represents a delegate that returns a scatter symbol.

Namespace: Altaxo.Graph.Gdi.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 scatter symbol.
See Also