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


A trim method used with organizational charts to facilitate interactive navigation. It returns a series of elements leaving only those with IDs specified in the parentIDList and their immediate children.

If addAttributes is true, custom attributes are also added to describe the nodes.

Attribute: "NodeType"

Attribute: "OrganizationalLevel"

Overload List

OverloadDescription
Trim(String,Boolean)A trim method used with organizational charts to facilitate interactive navigation. It returns a series of elements leaving only those with IDs specified in the parentIDList and their immediate children.

If addAttributes is true, custom attributes are also added to describe the nodes.

Attribute: "NodeType"

  • Root - The root node of this series.
  • RootWithParents - Root of the result but has parents in this series.
  • NoChildren - End node of the resulting series and has no children in this series.

Attribute: "OrganizationalLevel"

  • Integer specifying the organizational level from 1 to n of levels available.

 

Trim(Int32) Trims this SeriesCollection of elements leaving only the specified number of levels from the root element.  
Trim(Int32,Int32)

Trims this SeriesCollection of elements leaving only the element with the specified ID and visibleLevels number of levels of children. This method can be used with organizational charts.

Custom attributes are also added to describe the nodes.

Attribute: "NodeType"

  • Root - The root node of this series.
  • RootWithParents - Root of the result but has parents in this SeriesCollection.
  • NoChildren - End node of the resulting SeriesCollection and has no children in this SeriesCollection.
  • EndNodeWithChildren - End node of the resulting SeriesCollection that has children in this SeriesCollection.

Attribute: "OrganizationalLevel"

  • Integer specifying the organizational level from 1 to n of levels available.
 
Trim(Int32,Int32,Boolean)

Trims this SeriesCollection of elements leaving only the element with the specified ID and visibleLevels number of levels of children. This method can be used with organizational charts.

If addAttributes is true, custom attributes are also added to describe the nodes.

Attribute: "NodeType"

  • Root - The root node of this series.
  • RootWithParents - Root of the result but has parents in this SeriesCollection.
  • NoChildren - End node of the resulting SeriesCollection and has no children in this SeriesCollection.
  • EndNodeWithChildren - End node of the resulting SeriesCollection that has children in this SeriesCollection.

Attribute: "OrganizationalLevel"

  • Integer specifying the organizational level from 1 to n of levels available.
 
Trim(Element,Int32)

Trims this SeriesCollection of elements leaving only the specified element and visibleLevels number of levels of children. This method can be used with organizational charts.

Custom attributes are also added to describe the nodes.

Attribute: "NodeType"

  • Root - The root node of this series.
  • RootWithParents - Root of the result but has parents in this SeriesCollection.
  • NoChildren - End node of the resulting SeriesCollection and has no children in this SeriesCollection.
  • EndNodeWithChildren - End node of the resulting SeriesCollection that has children in this SeriesCollection.

Attribute: "OrganizationalLevel"

  • Integer specifying the organizational level from 1 to n of levels available.
 
Trim(Element,Int32,Boolean)

Trims this SeriesCollection of elements leaving only the specified element and visibleLevels number of levels of children. This method can be used with organizational charts.

If addAttributes is true, custom attributes are also added to describe the nodes.

Attribute: "NodeType"

  • Root - The root node of this SeriesCollection.
  • RootWithParents - Root of the result but has parents in this SeriesCollection.
  • NoChildren - End node of the resulting SeriesCollection and has no children in this SeriesCollection.
  • EndNodeWithChildren - End node of the resulting SeriesCollection that has children in this SeriesCollection.

Attribute: "OrganizationalLevel"

  • Integer specifying the organizational level from 1 to n of levels available.
 

See Also

© 2010 All Rights Reserved.