Page 1 of 1

How to adjust distance of bottom axis points

Posted: Wed Sep 22, 2010 3:28 am
by 15655406
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

Re: How to adjust distance of bottom axis points

Posted: Thu Sep 23, 2010 12:05 pm
by 10050769
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,