.netCHARTING v10.5 Documentation


Number of levels of children from the root element to return in the resulting series.
Trim(Int32) Method
Trims this series of elements leaving only the specified number of levels from the root element.
Syntax
'Declaration
 
Public Overloads Function Trim( _
   ByVal visibleLevels As Integer _
) As Series
'Usage
 
Dim instance As Series
Dim visibleLevels As Integer
Dim value As Series
 
value = instance.Trim(visibleLevels)
public Series Trim( 
   int visibleLevels
)

Parameters

visibleLevels
Number of levels of children from the root element to return in the resulting series.
Requirements

Target Platforms: Windows 7, 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