dotnetCHARTING Send comments on this topic.
AxisMarkerCollection Class Members
See Also  Properties  Methods 
dotnetCHARTING Namespace : AxisMarkerCollection Class


The following tables list the members exposed by AxisMarkerCollection.

Public Constructors

 NameDescription
Public ConstructorAxisMarkerCollection ConstructorCreates a new instance of AxisMarkerCollection with the specified list of AxisMarker objects.  
Top

Public Properties

 NameDescription
Public PropertyCount (Inherited from System.Collections.CollectionBase)
Public PropertyItemGets or sets the object at a specified index.  
Top

Public Methods

 NameDescription
Public MethodAddOverloaded. Adds a specified AxisMarkerCollection to this collection.  
Public MethodClear (Inherited from System.Collections.CollectionBase)
Public MethodContainsDetermines whether this collection contains a specified AxisMarker.  
Public MethodGetEnumerator (Inherited from System.Collections.CollectionBase)
Public MethodIndexOfDetermines the index of a specified AxisMarker in this collection.  
Public MethodInsertInserts a AxisMarker into this collection at a specified index.  
Public MethodRemoveRemoves a specified AxisMarker from this collection.  
Public MethodRemoveAt (Inherited from System.Collections.CollectionBase)
Top

See Also