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.3179.0 (4.8.3179.0)
Syntax public 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