Click or drag to resize

PlotGroupStyleCollectionBaseAdd(IPlotGroupStyle, Type) Method

Adds a group style to this collection, as a child of another group style. If the parent group style doesn't allow childs, then the group style is added normally.

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

Parameters

groupStyle  IPlotGroupStyle
Group style to add to this collection.
parentGroupStyleType  Type
Type of the parent group style.

Implements

IPlotGroupStyleCollectionAdd(IPlotGroupStyle, Type)
See Also