Dundas Chart for Windows Forms
Arrows Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > Axis Class : Arrows Property


This property determines the arrow style of a 2D axis (not applied to 3D chart areas).


Axis arrows

Syntax

Visual Basic (Declaration)  
Public Property Arrows As ArrowsType
Visual Basic (Usage) Copy Code
Dim instance As Axis
Dim value As ArrowsType
 
instance.Arrows = value
 
value = instance.Arrows
C#  
public ArrowsType Arrows {get; set;}

Return Value

One of the ArrowsType enumeration values. The default value is "None".

Remarks

This property determines whether an arrow is displayed at the end point of an axis, and if so the style of arrow used.

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.