dotnetCHARTING Send comments on this topic.
Trim(Int32) Method
See Also 
dotnetCHARTING Namespace > SeriesCollection Class > Trim Method : Trim(Int32) Method


visibleLevels
Number of levels of children from the root element to return in the resulting SeriesCollection.
Trims this SeriesCollection of elements leaving only the specified number of levels from the root element.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Trim( _
   ByVal visibleLevels As Integer _
) As SeriesCollection
Visual Basic (Usage)Copy Code
Dim instance As SeriesCollection
Dim visibleLevels As Integer
Dim value As SeriesCollection
 
value = instance.Trim(visibleLevels)
C# 
public SeriesCollection Trim( 
   int visibleLevels
)

Parameters

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

See Also

© 2010 All Rights Reserved.