ZedGraph LogoZedGraph Class Library Documentation
ArrowObj Constructor (x1, y1, x2, y2)
NamespacesZedGraphArrowObjArrowObjArrowObjNew(Double, Double, Double, Double)
A constructor that allows only the position of the arrow to be pre-specified. All other properties are set to default values
Declaration Syntax
C#Visual BasicVisual C++
public ArrowObj(
	double x1,
	double y1,
	double x2,
	double y2
)
Public Sub New ( _
	x1 As Double, _
	y1 As Double, _
	x2 As Double, _
	y2 As Double _
)
public:
ArrowObj (
	double x1, 
	double y1, 
	double x2, 
	double y2
)
Parameters
x1 (Double)
The x position of the starting point that defines the ArrowObj. The units of this position are specified by the CoordinateFrame property.
y1 (Double)
The y position of the starting point that defines the ArrowObj. The units of this position are specified by the CoordinateFrame property.
x2 (Double)
The x position of the ending point that defines the ArrowObj. The units of this position are specified by the CoordinateFrame property.
y2 (Double)
The y position of the ending point that defines the ArrowObj. The units of this position are specified by the CoordinateFrame property.

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621