| Visual Basic (Declaration) | |
|---|---|
| Public Enum LabelAlignment Inherits Enum | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public enum LabelAlignment : Enum | |
| Member | Description | 
|---|---|
| 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. | 
System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.LabelAlignment
 
  
  
  
 