Great!
Thank you very much, I was getting crazy by calculating intersections of arcs and lines with the 4 axis...
Thank you
Ivan
P.S. Have you had any luck with the isometric bug?
Search found 4 matches
- Thu Nov 25, 2004 1:58 pm
- Forum: ActiveX
- Topic: drawing on canvas
- Replies: 3
- Views: 5088
- Wed Nov 24, 2004 2:13 pm
- Forum: ActiveX
- Topic: drawing on canvas
- Replies: 3
- Views: 5088
drawing on canvas
Hi Is there an easy way to draw lines and arcs on the graph area only? I have a problem because custom drawings on the canvas and series do not share the same area, the canvas is bigger. Suppose this situation Private Sub Form_Load() X = Array(1, 2, 3, 4, 5) Y = Array(2, 3, 1, 5, 8) With TChart1 .Cl...
Isometric
Hi I'm trying to use the Isometric function (.Axis.SetIsometric .Axis.Left.Index, .Axis.Bottom.Index) to display X-Y values with the same scales. I chose series of type asPoint3D, but Aspect.View3D = False. I'm having problems in keeping the axis isometric when zooming, unzooming and resizing. I als...