Hi Patrick,
You may consider to use a vector layer to draw the arrows. See:
http://www.advsofteng.com/doc/cdnet.htm#vector.htm
In ChartDirector, vector layers can be used to draw arrows. The XYChart.addVectorLayer
API allows you to specify the arrow by specifying the starting point, length and direction, or
by specifying the two end points of the arrow. The VectorLayer.setArrowHead and
VectorLayer.setArrowStem allows you to customize the shape of the arrow. See:
http://www.advsofteng.com/doc/cdnet.htm#VectorLayer.htm
Hope this can help.
Regards
Peter Kwan |