dotnetCHARTING Send comments on this topic.
LabelAlignment Enumeration
See Also  
dotnetCHARTING Namespace : LabelAlignment Enumeration


Specifies alignment of a label.

Syntax

Visual Basic (Declaration) 
Public Enum LabelAlignment 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As LabelAlignment
C# 
public enum LabelAlignment : Enum 

Members

MemberDescription
Automatic Label is aligned automatically.
Bottom Label is bottom aligned.
Center Label is center aligned.
Top Label is top aligned.
OutsideBottom Label is below an object such as a column.
OutsideTop Label is above an object such as a column.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.LabelAlignment

See Also

© 2010 All Rights Reserved.