Visual Basic (Declaration) | |
---|---|
Public Overloads Function Trim( _ ByVal parentID As Integer, _ ByVal visibleLevels As Integer _ ) As SeriesCollection |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public SeriesCollection Trim( int parentID, int visibleLevels ) |
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.