Search found 4 matches

by ivan
Thu Nov 25, 2004 1:58 pm
Forum: ActiveX
Topic: drawing on canvas
Replies: 3
Views: 5050

Drawing on canvas

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?
by ivan
Wed Nov 24, 2004 2:13 pm
Forum: ActiveX
Topic: drawing on canvas
Replies: 3
Views: 5050

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...
by ivan
Wed Nov 10, 2004 12:13 pm
Forum: ActiveX
Topic: Isometric
Replies: 2
Views: 4392

Hi Pep

ok I'll wait for your suggestions. I tried to change the axis minimum and maximum values myself but haven't come up with a working solution yet.

Thanks a lot.

Ivan
by ivan
Thu Nov 04, 2004 3:24 pm
Forum: ActiveX
Topic: Isometric
Replies: 2
Views: 4392

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...