Click or drag to resize

ColorGroupStyleInitialize Method

Initializes the group style with the specified color.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Initialize(
	NamedColor c
)

Parameters

c  NamedColor
The initial color.
See Also