Click or drag to resize

PlotGroupStyleCollectionBaseGetTreeLevelOf Method

Determines the tree level of a group style, i.e. how many parent items it has.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int GetTreeLevelOf(
	Type groupStyleType
)

Parameters

groupStyleType  Type
Type of group style.

Return Value

Int32
Number of parent items in the tree above the item.
See Also