I have a graph that displays a line graph superimposed on a bar chart. There are about 10 points on each graph layer.
I'm trying to put a legend on the graph that identifies the line graph. I've tried the following code:
c.addLegend(55, 40, False, "", 8).setBackground(Chart.CColor(System.Drawing.Color.Blue))
but it only puts a very small blue rectangle near the top-left of the graph.
What am I doing wrong?
thanks,
bert
|