Gets or sets AxisArrow object that determines shape drawing at the end point of the axis.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public AxisArrow Arrow { get; set; }
Visual Basic (Declaration)
Public Property Arrow As AxisArrow
Visual C++
public:
property AxisArrow^ Arrow {
	AxisArrow^ get ();
	void set (AxisArrow^ value);
}

See Also