Click or drag to resize

PlotGroupStyleCollectionBaseAdd(IPlotGroupStyle) Method

Adds a group style to this collection. An exception will be thrown if an item of the same type already exists in the collection.

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

Parameters

groupStyle  IPlotGroupStyle
Group style to add.

Implements

IPlotGroupStyleCollectionAdd(IPlotGroupStyle)
See Also