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
Member | Description |
---|---|
Automatic | Label is aligned automatically. |
Bottom | Label is bottom aligned. |
Center | Label is center aligned. |
OutsideBottom | Label is below an object such as a column. |
OutsideTop | Label is above an object such as a column. |
Top | Label 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