Click or drag to resize

IPlotGroupStyleCollectionAdd(IPlotGroupStyle) Method

Adds a group style to this collection.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void Add(
	IPlotGroupStyle groupStyle
)

Parameters

groupStyle  IPlotGroupStyle
The group style to add.
See Also