-
Hello,
I am trying to draw lines over an MSChart control in VB6. Using the line draw functions included, the lines are drawn on the form itself. I need a way to make the lines appear on top of the graph.
Imagine a chart with a grid over it. I need to be able to scale this grid independant of the chart.
Any ideas would be great.
Thanks in advance,
ED
-
I had the same purpose for a FlexGrid control, where I had to draw a red rectangle around a cell of the control.
Simply set the ClipControls of the owner form to False and then you'll be able to draw over the control...