Dundas Chart for ASP.NET
AnimationElementsCollection Class Members
See Also  Properties  Methods  Send comments on this topic.
Dundas.Charting.WebControl Namespace : AnimationElementsCollection Class


The following tables list the members exposed by AnimationElementsCollection.

Public Constructors

  Name Description
Public Constructor AnimationElementsCollection Constructor Enterprise Only Feature. Default constructor.
Animation Element Collection object constructor  
Top

Public Properties

  Name Description
Public Property Count

Enterprise Only Feature. Gets the number of items in the collection.


Number of items in the collection.  
Public Property IsFixedSize Enterprise Only Feature. Gets a value indicating whether the collection has a fixed size.
Gets a value indicating whether the collection has a fixed size.  
Public Property IsReadOnly Enterprise Only Feature. Gets a value indicating whether the collection is read-only.
Gets a value indicating whether the collection is read-only.  
Public Property IsSynchronized Enterprise Only Feature. Gets a value indicating whether access to the collection is synchronized.
Gets a value indicating whether access to the collection is synchronized (thread-safe).  
Public Property Item Enterprise Only Feature. Gets or sets the object at the specified index within the collection.
Indexer of the class. Returns the AnimationBase object by integer index.  
Public Property SyncRoot Enterprise Only Feature. Gets an object that can be used to synchronize access to the collection.
Gets an object that can be used to synchronize access to the collection.  
Top

Public Methods

  Name Description
Public Method Add Overloaded. Enterprise Only Feature. Add an object into the collection.  
Public Method Clear Enterprise Only Feature. This method removes all items from the collection.
Removes all items from the collection.  
Public Method Contains Enterprise Only Feature. Determines if the collection contains the given object.
Check if specified object exists in the collection.  
Public Method CopyTo Enterprise Only Feature. Used by all chart collections to copy all items in the collection to an array, starting at a particular array index.
Copies all the elements of the current collection to the specified one-dimensional collection starting at the specified destination index.  
Public Method GetEnumerator Enterprise Only Feature. Returns an enumerator that can be used to iterate through a collection.
Get collection enumerator.  
Public Method IndexOf Enterprise Only Feature. Used by chart collections to retrieve the index of a specified object in a collection.
Gets first index of the collection item equal to the object provided.  
Public Method Insert Overloaded. Enterprise Only Feature. Inserts objects into the collection.  
Public Method Remove

Enterprise Only Feature. Removes a given object from the collection.


Remove object from the collection  
Public Method RemoveAt Enterprise Only Feature. Removes the object with the given index from the collection.
Remove item from the collection by index.  
Top

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.