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

  Name Description
Public Constructor AxisTickCollection Constructor Creates a new instance of AxisTickCollection with the specified list of AxisTick objects.  
Top

Public Properties

  Name Description
Public Property Capacity (Inherited from System.Collections.CollectionBase)
Public Property Count (Inherited from System.Collections.CollectionBase)
Public Property Item Gets or sets the object at a specified index.  
Top

Public Methods

  Name Description
Public Method Add Overloaded. Adds the specified AxisTick object to this collection.  
Public Method Clear (Inherited from System.Collections.CollectionBase)
Public Method Contains Determines whether this collection contains a specified AxisTick.  
Public Methodstatic (Shared in Visual Basic) FromValues Overloaded. Creates a collection of axis ticks with the specified values.  
Public Method GetEnumerator (Inherited from System.Collections.CollectionBase)
Public Method IndexOf Determines the index of a specified AxisTick in this collection.  
Public Method Insert Inserts a AxisTick into this collection at a specified index.  
Public Method Remove Removes a specified AxisTick from this collection.  
Public Method RemoveAt (Inherited from System.Collections.CollectionBase)
Top

See Also