I am currently using teechart asp.net and implemented the chart using the scroll tool. The problem is that the bottom axis label's distance is wide. Is there a way to specify the distance between labels of each points and the chart size would also automatically adjust based on the sum of total width of points?
i included the chart image. thanks
How to adjust distance of bottom axis points
How to adjust distance of bottom axis points
- Attachments
-
- candlechart.JPG (34.93 KiB) Viewed 2617 times
Re: How to adjust distance of bottom axis points
Hello iEnergy,
I think that you can use property of axes SetMinMax() for adjust as you want. You can find a simple example of how you can do it, in the ASP.net Demo, concretely: Interacting with Charts\Scrolling\Scrolling in WebForm.
I hope will helps.
Thanks,
I think that you can use property of axes SetMinMax() for adjust as you want. You can find a simple example of how you can do it, in the ASP.net Demo, concretely: Interacting with Charts\Scrolling\Scrolling in WebForm.
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 |
Instructions - How to post in this forum |