Click or drag to resize

ScatterSymbolGroupStyleInitialize Method

Initializes the group style with the specified 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 void Initialize(
	IScatterSymbol value
)

Parameters

value  IScatterSymbol
The initial scatter symbol.
See Also