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


The following tables list the members exposed by AxisTickCollection.

Public Constructors

 NameDescription
Public ConstructorAxisTickCollection ConstructorCreates a new instance of AxisTickCollection with the specified list of AxisTick 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 the specified AxisTick object to this collection.  
Public MethodClear (Inherited from System.Collections.CollectionBase)
Public MethodContainsDetermines whether this collection contains a specified AxisTick.  
Public Methodstatic (Shared in Visual Basic)FromValuesOverloaded. Creates a collection of axis ticks with the specified values.  
Public MethodGetEnumerator (Inherited from System.Collections.CollectionBase)
Public MethodIndexOfDetermines the index of a specified AxisTick in this collection.  
Public MethodInsertInserts a AxisTick into this collection at a specified index.  
Public MethodRemoveRemoves a specified AxisTick from this collection.  
Public MethodRemoveAt (Inherited from System.Collections.CollectionBase)
Top

See Also