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~
How Can I Set CalcIncrement??
Re: How Can I Set CalcIncrement??
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:
I hope will helps.
Thanks,
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;
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |