Click or drag to resize

IPlotGroupStyleCollectionAdd(IPlotGroupStyle, Type) Method

Adds a group style as child of an already present group style.

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,
	Type parentGroupStyleType
)

Parameters

groupStyle  IPlotGroupStyle
The group style to add.
parentGroupStyleType  Type
The type of the group style that is the parent of the group style to add. A group style of this type must be already present in the collection.
See Also