Hi
I try to don't use arrows in combobox, except if dropdowned.
Looking to thread184-603260 it gave me a way. But it doesn't work properly.
KeyPress event:
IF This.mDrop =.F.
DO CASE
CASE nKeyCode == 24 &&down
IF This.ListIndex >= 1 and This.ListIndex < This.ListCount
This.ListIndex =...
Thanks Dave,
Giving me a bunch of examples to change control and seeing me code working to you, I tried again.
My olecontrol1 is little on the form.
I have just placed mychart.Width = 650 and mychart.Height = 430 BEFORE changing TickLabels size, not AFTER(the way that I used before) and it works...
Thanks Dave but no change using OBJECT reference .
I find this strange because when I use TickLabels.Font.ColorIndex, it changes font's color, but using TickLabels.Font.Size, font's size does not change. Same problem for Legend.Font.Size.
What it can be?
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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.