Specifies the arrow orientation of an axis.
Axis Arrow orientation
| Visual Basic (Declaration) | |
|---|---|
Public Enum ArrowOrientation Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public enum ArrowOrientation : Enum  | |
| Member | Description | 
|---|---|
| Left | 
 Arrow direction is to the left. Applicable to horizontal axes only. Arrow direction is Right - Left  | 
| Right | 
 Arrow direction is to the right. Applicable to horizontal axes only. Arrow direction is Left - Right  | 
| Top | 
 Arrow direction is upwards. Applicable to vertical axes only. Arrow direction is Bottom - Top  | 
| Bottom | 
 Arrow direction is downwards. Applicable to vertical axes only. Arrow direction is Top - Bottom  | 
The ArrowOrientation enumeration represents the arrow orientation of an axis.
System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.ArrowOrientation
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