Page 1 of 1

Axis size

Posted: Fri Jan 25, 2008 3:28 pm
by 13046960
In code I want to set the setting that in designer can be found under Chart-Axes-Labels-Style-Size. How can I do that?

Posted: Fri Jan 25, 2008 3:49 pm
by narcis
Hi Janne,

You can use this:

Code: Select all

			tChart1.Axes.Bottom.Labels.CustomSize = 50;

Thanks!

Posted: Mon Jan 28, 2008 8:01 am
by 13046960
Really thanks for your quick reply!