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


parentIDList
A comma delimited list of node IDs that are expanded.
addAttributes
A bool value indicating whether custom attributes are added to describe the nodes.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Trim( _
   ByVal parentIDList As String, _
   ByVal addAttributes As Boolean _
) As Series
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim parentIDList As String
Dim addAttributes As Boolean
Dim value As Series
 
value = instance.Trim(parentIDList, addAttributes)
C# 
public Series Trim( 
   string parentIDList,
   bool addAttributes
)

Parameters

parentIDList
A comma delimited list of node IDs that are expanded.
addAttributes
A bool value indicating whether custom attributes are added to describe the nodes.

See Also

© 2011 All Rights Reserved.