| PlotGroupStyleCollectionBaseGetTreeLevelOf Method | 
            Determines the tree level of a group style, i.e. how many parent items it has.
            
Namespace: Altaxo.Graph.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic int GetTreeLevelOf(
	Type groupStyleType
)
Parameters
- groupStyleType  Type
- Type of group style.
Return Value
Int32Number of parent items in the tree above the item.
 See Also
See Also