Dundas Chart for Windows Forms
ArrowOrientation Enumeration
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace : ArrowOrientation Enumeration


Specifies the arrow orientation of an axis.


Axis Arrow orientation

Syntax

Visual Basic (Declaration)  
Public Enum ArrowOrientation 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As ArrowOrientation
C#  
public enum ArrowOrientation : Enum 

Members

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

Remarks

The ArrowOrientation enumeration represents the arrow orientation of an axis.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WinControl.ArrowOrientation

Requirements

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

See Also

© 2009 All Rights Reserved.