Specifies the arrow type of an axis.
Axis Arrow types
Visual Basic (Declaration) | |
---|---|
Public Enum ArrowsType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum ArrowsType : Enum |
Member | Description |
---|---|
None |
No arrow is used for the relevant axis. No arrow |
Triangle |
A triangular arrow is used for the relevant axis. Triangle type |
SharpTriangle |
A sharp, triangular arrow is used for the relevant axis. Sharp triangle type |
Lines |
A line arrow is used for the relevant axis. Lines type |
The ArrowsType enumeration represents the arrow type of an axis. A value of "None" for the Arrows property will result in no arrow displayed for an axis.
System.Object
System.ValueType
System.Enum
Dundas.Charting.WebControl.ArrowsType
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