J
Jane
I am running the excel automation from client side code. Openning excel and
adding chart. Everything works fine.
When I try to change the ticklalels font size using client side script, I
get error message like:
Unable to get the Axes property of the chart class.
my code like:
wb.ActiveChart.Axes(0).TickLabels.Font.size = 8
I can change the lengend font without any problem.
wb.ActiveChart.Legend.Font.size = 8
Is my code wrong or the property accessing through the script has
limitation? Is there any side I can reference to see which propery are
supported by vbscript.
Thanks in advance.
adding chart. Everything works fine.
When I try to change the ticklalels font size using client side script, I
get error message like:
Unable to get the Axes property of the chart class.
my code like:
wb.ActiveChart.Axes(0).TickLabels.Font.size = 8
I can change the lengend font without any problem.
wb.ActiveChart.Legend.Font.size = 8
Is my code wrong or the property accessing through the script has
limitation? Is there any side I can reference to see which propery are
supported by vbscript.
Thanks in advance.