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


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

Syntax

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

Parameters

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

See Also

© 2016 All Rights Reserved.