Specifies a label alignment when the SmartLabelsStyle is used.
Data point label alignment.
| Visual Basic (Declaration) | |
|---|---|
| Public Enum LabelAlignment Inherits Enum | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public enum LabelAlignment : Enum | |
| Member | Description | 
|---|---|
| Top | Label is aligned to the top of the data point. Label aligned on the top of the marker. | 
| Bottom | Label is aligned to the bottom of the data point. Label aligned on the bottom of the marker. | 
| Right | Label is aligned to the right of the data point. Label aligned on the right of the marker. | 
| Left | Label is aligned to the left of the data point. Label aligned on the left of the marker. | 
| TopLeft | Label is aligned to the top-left corner of the data point. Label aligned on the top-left of the marker. | 
| TopRight | Label is aligned to the top-right corner of the data point. Label aligned on the top-right of the marker. | 
| BottomLeft | Label is aligned to the bottom-left of the data point. Label aligned on the bottom-left of the marker. | 
| BottomRight | Label is aligned to the bottom-right of the data point. Label aligned on the bottom-right of the marker. | 
| Center | Label is aligned to the center of the data point. Label aligned in the center of the marker. | 
The LabelAlignment enumeration represents the alignment of a label, set by the MovingDirection property of the SmartLabelsStyle object.
System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.LabelAlignment
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
  
  
  
 