ZedGraph LogoZedGraph Class Library Documentation
ArrowObj Constructor (color, size, x1, y1, x2, y2)
NamespacesZedGraphArrowObjArrowObjArrowObjNew(Color, Single, Double, Double, Double, Double)
A constructor that allows the position, color, and size of the ArrowObj to be pre-specified.
Declaration Syntax
C#Visual BasicVisual C++
public ArrowObj(
	Color color,
	float size,
	double x1,
	double y1,
	double x2,
	double y2
)
Public Sub New ( _
	color As Color, _
	size As Single, _
	x1 As Double, _
	y1 As Double, _
	x2 As Double, _
	y2 As Double _
)
public:
ArrowObj (
	Color color, 
	float size, 
	double x1, 
	double y1, 
	double x2, 
	double y2
)
Parameters
color (Color)
An arbitrary Color specification for the arrow
size (Single)
The size of the arrowhead, measured in points.
x1 (Double)
The x position of the starting point that defines the arrow. The units of this position are specified by the CoordinateFrame property.
y1 (Double)
The y position of the starting point that defines the arrow. The units of this position are specified by the CoordinateFrame property.
x2 (Double)
The x position of the ending point that defines the arrow. The units of this position are specified by the CoordinateFrame property.
y2 (Double)
The y position of the ending point that defines the arrow. The units of this position are specified by the CoordinateFrame property.

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621