.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > SeriesCollection Class > Trim Method : Trim(Int32,Int32,Boolean) Method
ID of the root element in the resulting SeriesCollection.
Number of levels of children from the root element to return in the resulting SeriesCollection.
A bool value indicating whether custom attributes are added to describe the nodes.
Trim(Int32,Int32,Boolean) Method
Syntax
'Declaration
 
Public Overloads Function Trim( _
   ByVal parentID As Integer, _
   ByVal visibleLevels As Integer, _
   ByVal addAttributes As Boolean _
) As SeriesCollection
'Usage
 
Dim instance As SeriesCollection
Dim parentID As Integer
Dim visibleLevels As Integer
Dim addAttributes As Boolean
Dim value As SeriesCollection
 
value = instance.Trim(parentID, visibleLevels, addAttributes)

Parameters

parentID
ID of the root element in the resulting SeriesCollection.
visibleLevels
Number of levels of children from the root element to return in the resulting SeriesCollection.
addAttributes
A bool value indicating whether custom attributes are added to describe the nodes.
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