dotnetCHARTING Send comments on this topic.
SeriesCollection Class Members
See Also  Properties  Methods 
dotnetCHARTING Namespace : SeriesCollection Class


The following tables list the members exposed by SeriesCollection.

Public Constructors

 NameDescription
Public ConstructorSeriesCollection ConstructorOverloaded.  Initializes a new instance of the SeriesCollection class.  
Top

Public Properties

 NameDescription
Public PropertyCapacity (Inherited from System.Collections.CollectionBase)
Public PropertyCount (Inherited from System.Collections.CollectionBase)
Public PropertyItem Gets or sets the Series at a specified index.  
Public PropertySmartGrouping Gets or sets a value that indicates whether smart element grouping is used or the traditional element name grouping is used where the elements of the first series determines the order.  
Public PropertySmartPalette Gets or sets a SmartPalette object that will determine the colors of series in this SeriesCollection.  
Top

Public Methods

 NameDescription
Public MethodAddOverloaded.  Provided as a shortcut for adding elements, series, and series collections the chart SeriesCollection.  
Public MethodCalculateOverloaded.   
Public MethodCalculateElement Performs a calculation on this collection.  
Public MethodClear (Inherited from System.Collections.CollectionBase)
Public MethodContains Determines whether this collection contains a specified Series.  
Public MethodGetAxisSeriesGets a collection of series associated with the specified axis.  
Public MethodGetDataSource Gets a DataSource object representing this SeriesCollection.  
Public MethodGetElementOverloaded.  Gets an Element at the specified series and element index.  
Public MethodGetElementBreadcrumbsOverloaded.  Constructs a string using the template and separator for each element from the main root to the specified element in the organizational chain. Element tokens are processed in the specified template for each element which can be used to construct breadcrumb links to enable organizational drilldown navigation.  
Public MethodGetEnumerator (Inherited from System.Collections.CollectionBase)
Public MethodGetProcessedDataTableOverloaded.  Returns a DataTable of processed data.  
Public MethodGetSeries Retrieves the named Series.  
Public MethodGetSmartPaletteOverloaded.   
Public MethodGroupByElements Groups series into even element groups where every element will have a matching element in all other series.  
Public MethodIndexOfDetermines the index of a specified Series in this collection.  
Public MethodInsert Inserts a series into this collection at a specified index.  
Public MethodRemove Removes a specified series from this collection.  
Public MethodRemoveAt (Inherited from System.Collections.CollectionBase)
Public MethodSelectiveElementDefaultsOverloaded.   
Public MethodSort Sorts the Series based on an element property and order.  
Public MethodSortElementGroupsSorts element groups by their cummulative values. Element groups are defined as elements in different series which share the same names.  
Public MethodToStringOverridden.   
Public MethodTransposeOverloaded.   
Public MethodTrimOverloaded. 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.

 

Top

See Also

© 2010 All Rights Reserved.