Drawing lines on a Point3D series
Posted: Tue Jan 15, 2008 1:02 am
I am drawing lines between selected points of a 2D using standard Canvas operations (MoveTo, LineTo), CalcXPosValue and CalcYPosValue. I am doing this using the BeforeDrawSeries event. The result is exactly what I expect and look like this:
http://www.simstat.com/Network.png
Now I would like to do something else with a 3D version of this, but I don't find any method to transform an X-Y-Z coordinates into a X and Y coordinates for the canvas. Is there such a method?
If not, what would be the atlternate ways to achieve this.
Those lines should ideally be of different pen width (to reflect the strength of the relationship) and there may be several lines going from one point to several others.
Any suggestion!
Normand
P.S. I did think about creating another Point3DSeries for drawing lines only (no data point), but it could require a huge amount of data point when representing all links between 200 or 500 items.
http://www.simstat.com/Network.png
Now I would like to do something else with a 3D version of this, but I don't find any method to transform an X-Y-Z coordinates into a X and Y coordinates for the canvas. Is there such a method?
If not, what would be the atlternate ways to achieve this.
Those lines should ideally be of different pen width (to reflect the strength of the relationship) and there may be several lines going from one point to several others.
Any suggestion!
Normand
P.S. I did think about creating another Point3DSeries for drawing lines only (no data point), but it could require a huge amount of data point when representing all links between 200 or 500 items.