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


Specifies the arrow type of an axis.


Axis Arrow types

Syntax

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

Members

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

Remarks

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.

Inheritance Hierarchy

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

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.