MobileForms Toolkit Documentation

SeriesCollection Methods

The methods of the SeriesCollection class are listed below. For a complete list of SeriesCollection class members, see the SeriesCollection Members topic.

Public Instance Methods

Add Add the specified Series object to the collection.
Clear (inherited from CollectionBase)Removes all objects from the CollectionBase instance.
Contains Determines whether an element is in the SeriesCollection.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEnumerator (inherited from CollectionBase)Returns an enumerator that iterates through the CollectionBase instance.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
Insert Inserts a Series object into the collection at specified index.
Remove Remove the specified Series object from the SeriesCollection.
RemoveAt (inherited from CollectionBase)Removes the element at the specified index of the CollectionBase instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
OnClear Performs additional processes when clearing the contents of the SeriesCollection instance.
OnClearComplete Performs additional custom process after clearing the contents SeriesCollection instance.
OnInsert Performs checks on the inserted Series object before inserting it into the SeriesCollection instance.
OnInsertComplete Performs a custom process with inserted Series object after inserting it into the SeriesCollection instance.
OnRemove Performs additional process when removing an element from the SeriesCollection instance.
OnRemoveComplete Performs additional custom process after removing an element from the SeriesCollection instance.
OnSet Performs additional checks on Series object before setting a value in the SeriesCollection instance.
OnSetComplete Performs a custom process with set Series object.
OnValidate (inherited from CollectionBase)Performs additional custom processes when validating a value.

See Also

SeriesCollection Class | Resco.Controls.CompactChart Namespace