Click or drag to resize

SymbolSizeGroupStyleSymbolSizeGetter Delegate

Represents a delegate that returns a symbol size.

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

Return Value

Double
The symbol size returned by the delegate.
See Also