Dundas Chart for Windows Forms
FinancialMarkersCollection Class Members
See Also  Properties  Methods  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace : FinancialMarkersCollection Class


The following tables list the members exposed by FinancialMarkersCollection.

Public Properties

  Name Description
Public Property Count

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


Gets the number of elements actually contained in the collection.  
Public Property IsFixedSize Enterprise Edition 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 Edition 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 Edition 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 Edition Only Feature. Gets or sets the object at the specified index within the collection.
Indexer of the class. Returns the Financial Marker object  
Public Property SyncRoot Enterprise Edition 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 Edition Only Feature. Appends a FinancialMarker object to the end of the financial markers collection.  
Public Method Clear Enterprise Edition Only Feature. Clears the collection of all items.
Removes all elements from the collection.  
Public Method Contains

Enterprise Edition Only Feature. Determines if a specific object is in the collection.


Determines whether an element is in the collection.  
Public Method CopyTo

Enterprise Edition Only Feature. This method is used by all Chart collections to copy all items in the collection to an array, starting at a particular array index.


Copies the ArrayList or a portion of it to a one-dimensional array.  
Public Method GetEnumerator Enterprise Edition Only Feature. Gets a reference to the collection's enumerator.
Returns an enumerator for the entire collection  
Public Method IndexOf

Enterprise Edition Only Feature. This method is used by Chart collections to retrieve the index of a specified object in a collection.


Searches for the specified Object and returns the zero-based index of the first occurrence within the entire collection.  
Public Method Insert Overloaded. Enterprise Edition Only Feature. Inserts a FinancialMarker object at the specified location into the financial markers collection.  
Public Method Remove

Enterprise Edition Only Feature. Used by Chart collections to remove the first occurrence of a specified object from a collection.


Removes the first occurrence of a specific object  
Public Method RemoveAt

Enterprise Edition Only Feature. Used by Chart collections to remove an item from a collection at the specified index.


Removes the element at the specified index  
Top

See Also

© 2009 All Rights Reserved.