Axis size

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Janne
Newbie
Newbie
Posts: 24
Joined: Mon Oct 08, 2007 12:00 am

Axis size

Post by Janne » Fri Jan 25, 2008 3:28 pm

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?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Jan 25, 2008 3:49 pm

Hi Janne,

You can use this:

Code: Select all

			tChart1.Axes.Bottom.Labels.CustomSize = 50;
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Janne
Newbie
Newbie
Posts: 24
Joined: Mon Oct 08, 2007 12:00 am

Thanks!

Post by Janne » Mon Jan 28, 2008 8:01 am

Really thanks for your quick reply!

Post Reply