Dundas.SharePoint.Charting.WebParts Send comments on this topic.
StripLinesCollection Class Members
See Also  Properties  Methods 
Dundas.Charting.WebControl Namespace : StripLinesCollection Class


The following tables list the members exposed by StripLinesCollection.

Public Constructors

  Name Description
Public Constructor StripLinesCollection Constructor Legend item collection object constructor  
Top

Public Properties

  Name Description
Public Property Count Number of items in the collection.  
Public Property IsFixedSize Gets a value indicating whether the collection has a fixed size.  
Public Property IsReadOnly Gets a value indicating whether the collection is read-only.  
Public Property IsSynchronized Gets a value indicating whether access to the collection is synchronized (thread-safe).  
Public Property Item Indexer of the class. Returns the StripLine object  
Public Property SyncRoot Gets an object that can be used to synchronize access to the collection.  
Top

Public Methods

  Name Description
Public Method Add Overloaded.  Add strip line object into the collection.  
Public Method Clear Removes all items from the collection.  
Public Method Contains Check if specified object exists in the collection.  
Public Method CopyTo Copies all the elements of the current collection to the specified one-dimensional collection starting at the specified destination index.  
Public Method GetEnumerator Get collection enumerator.  
Public Method IndexOf Gets first index of the collection item equal to the object provided.  
Public Method Insert Overloaded.  Insert strip line object into the collection.  
Public Method Remove Remove object from the collection  
Public Method RemoveAt Remove item from the collection by index.  
Top

See Also