Page 1 of 1

How Can I Set CalcIncrement??

Posted: Thu Nov 03, 2011 6:37 am
by 9640538
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~

Re: How Can I Set CalcIncrement??

Posted: Thu Nov 03, 2011 10:29 am
by 10050769
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,