electrocag
Newbie level 2
office api
According to the API reference of Microwave Office Software (located at http://www.appwave.com/APIdocs/), I have become able to automate graphic related jobs. However, I could not succeed to change font properties through scripting. Let me clarify myself a little bit. I tried to use
gp.Legend.Font.Name="Arial"
gp.Legend.Font.Size=20
(say gp defined as a Graph object) commands to change font face and size of legends respectively; however, they do not seem to work. There is no information on how to change font settings in the mentioned references.
I would be grateful if someone could shed some light on this particular question.
Thanks in advance...
According to the API reference of Microwave Office Software (located at http://www.appwave.com/APIdocs/), I have become able to automate graphic related jobs. However, I could not succeed to change font properties through scripting. Let me clarify myself a little bit. I tried to use
gp.Legend.Font.Name="Arial"
gp.Legend.Font.Size=20
(say gp defined as a Graph object) commands to change font face and size of legends respectively; however, they do not seem to work. There is no information on how to change font settings in the mentioned references.
I would be grateful if someone could shed some light on this particular question.
Thanks in advance...