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


The following tables list the members exposed by LabelAlignmentCollection.

Public Constructors

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 Adds a specified LabelAlignment enumeration to this collection.  
Public Method Clear (Inherited from System.Collections.CollectionBase)
Public Method Contains Determines whether this collection contains a specified LabelAlignment.  
Public Method GetEnumerator (Inherited from System.Collections.CollectionBase)
Public Method Insert Inserts a LabelAlignment enumeration into this collection at a specified index.  
Public Method Remove Removes a specified label alignment from this collection.  
Public Method RemoveAt (Inherited from System.Collections.CollectionBase)
Top

See Also