Initializes a new instance of the LineAxisArrow class.

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

Syntax

C#
public LineAxisArrow(
	double length
)
Visual Basic (Declaration)
Public Sub New ( _
	length As Double _
)
Visual C++
public:
LineAxisArrow(
	double length
)

Parameters

length
Type: System..::.Double

See Also