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