Click or drag to resize

PlotGroupStyleCollectionBaseInsert Method

Inserts a group style by adding it. The child group style type is appended as child to this group type. In case the child type has already a parent, then this parent will be the parent of the inserted group style.

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

Parameters

groupStyle  IPlotGroupStyle
Group style to add.
childGroupStyleType  Type
Type of group style, which should be the child of the added group style.
See Also