How Can I Set CalcIncrement??

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
shangwei
Newbie
Newbie
Posts: 5
Joined: Mon Mar 06, 2006 12:00 am
Contact:

How Can I Set CalcIncrement??

Post by shangwei » Thu Nov 03, 2011 6:37 am

hello I need help:
I want to set the distance between lables. I can see the value in CalcIncrement, how can I set it acording to my need?
I will be really appretiate if someone replies soon.
Thanks a lot~

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: How Can I Set CalcIncrement??

Post by Sandra » Thu Nov 03, 2011 10:29 am

Hello shangwei,

I suggest you some options:

1.- Take a look in Tutorials 4- Axis Control where you can find how you treat the axes and its labels.
2.-Take a look in Demo project, concretely in the All Features\Welcome !\Axes\Labels where you find more examples, of you how achieve customize your labels.
3.-Also you need know that exist a Separation property of Axes labels, which allow indicating the separation as you want between labels. You can do something as next:

Code: Select all

tChart1.Axes.Bottom.Labels.Separation = 7;
I hope will helps.

Thanks,
Best Regards,
Sandra Pazos / 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

Post Reply