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


visibleLevels
Number of levels of children from the root element to return in the resulting series.
Trims this series 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 Series
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim visibleLevels As Integer
Dim value As Series
 
value = instance.Trim(visibleLevels)
C# 
public Series Trim( 
   int visibleLevels
)

Parameters

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

See Also

© 2010 All Rights Reserved.