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


The following tables list the members exposed by FinancialMarkersCollection.

Public Constructors

  Name Description
Public Constructor FinancialMarkersCollection Constructor Default constructor  
Top

Public Properties

  Name Description
Public Property Count Gets the number of elements actually contained 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 Financial Marker 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 Financial Marker item to the collection  
Public Method Clear Removes all elements from the collection.  
Public Method Contains Determines whether an element is in the collection.  
Public Method CopyTo Copies the ArrayList or a portion of it to a one-dimensional array.  
Public Method GetEnumerator Returns an enumerator for the entire collection  
Public Method IndexOf Searches for the specified Object and returns the zero-based index of the first occurrence within the entire collection.  
Public Method Insert Overloaded.  Inserts a Financial Marker to the collection  
Public Method Remove Removes the first occurrence of a specific object  
Public Method RemoveAt Removes the element at the specified index  
Top

See Also