Arrow Graph

The Arrow graph or series is used to represent data as two-dimensional arrows. It may be
used to
indicate specific points or directions on the graph. It has four mandatory series
components, StartX, StartY, EndX and EndY. The data in the first two components
specify the positions of the start points of the arrows. The data in the last two components specify the positions
of the end points of
the arrows. It also has an optional series component called LabelMember whose data
may be used as the mark labels for the arrows.
The size of the arrows is specified by the ArrowHeight and ArrowWdith
properties. The appearance of the arrows is determined by the Pen and Brush
properties.
See Also
|