Version

ActualShowingDepth Property

Gets or sets the actual showing depth. Actual Showing Depth The xamTreemap control’s ActualShowingDepth property specifies the maximum hierarchy level that is displayed. In the case when a custom ShowingDepth is set this value is always lower or equal to the ShowingDepth. If you have a hierarchy set as a data source which has only two levels and you set the ShowingDepth property to 5, the ActualShowingDepth property is going to be 2.
Syntax
'Declaration
 
Public ReadOnly Property ActualShowingDepth As Integer
public int ActualShowingDepth {get;}

Property Value

The actual showing depth.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also