ActiveReports Developer 7
Arrow Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > AxisBase Class : Arrow Property

Glossary Item Box

Gets or sets the arrow type on the axis.

Syntax

Visual Basic (Declaration) 
Public Property Arrow As ArrowType
C# 
public ArrowType Arrow {get; set;}

Property Value

A valid ArrowType enumeration value.

See Also