Specifies the alignment orientation of a Chart Area.
Chart areas aligment orientation.
| Visual Basic (Declaration) | |
|---|---|
| Public Enum AreaAlignOrientation Inherits Enum | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public enum AreaAlignOrientation : Enum | |
| Member | Description | 
|---|---|
| None | Chart areas are not automatically aligned. Chart Areas are not automatically aligned. No alignment. | 
| Vertical | Chart areas are aligned vertically. Vertical alignment. | 
| Horizontal | Chart areas are aligned horizontally. Horizontal alignment. | 
| All | Chart areas are aligned horizontally and vertically. Chart Areas are aligned using all values. Horizontal and vertical alignment. | 
The AreaAlignOrientation enumeration represents the alignment orientation of a chart area.
The AreaAlignType enumeration represents the elements of a chart area that as used to cause ChartArea alignment.
System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.AreaAlignOrientation
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
 
  
  
  
 