georgehoaghea
Programmer
Hi
I want to use MSGraph(9.0) to create charts. Trying to control TickLabels.Font.Size with the code below it does not work, but TickLabels.Font.ColorIndex works. Any idea why?
mychart=thisform.Oleboundcontrol1
...
for i = 1 to mychart.Axes.Count
mychart.Axes(i).TickLabels.Font.Size = 10
mychart.Axes(i).TickLabels.Font.ColorIndex = 3
endfor
I have the same problem for Legend.Font.Size
Thanks in advance.
I want to use MSGraph(9.0) to create charts. Trying to control TickLabels.Font.Size with the code below it does not work, but TickLabels.Font.ColorIndex works. Any idea why?
mychart=thisform.Oleboundcontrol1
...
for i = 1 to mychart.Axes.Count
mychart.Axes(i).TickLabels.Font.Size = 10
mychart.Axes(i).TickLabels.Font.ColorIndex = 3
endfor
I have the same problem for Legend.Font.Size
Thanks in advance.