.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : LabelAlignment Enumeration
LabelAlignment Enumeration
Specifies alignment of a label.
Syntax
'Declaration
 
Public Enum LabelAlignment 
   Inherits System.Enum
'Usage
 
Dim instance As LabelAlignment
public enum LabelAlignment : System.Enum 
Members
MemberDescription
AutomaticLabel is aligned automatically.
BottomLabel is bottom aligned.
CenterLabel is center aligned.
OutsideBottomLabel is below an object such as a column.
OutsideTopLabel is above an object such as a column.
TopLabel is top aligned.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also