Page 1 of 1

Creating Top and Right Axes

Posted: Mon Dec 26, 2011 1:34 pm
by 15659467
Hi Steema Support,

We are using Teechart.Net 2010 for creating a Color Grid Graph.

Is there any idea to add right & top axis same as left and bottom respectively? Right and Top axes should always be same as Left and Bottom respectively even if we zoom the chart. Currently we are setting Left and Bottom to automatic. We are also setting chart’s Top and Right automatic but nothing happens.
2011-12-26_190352.jpg
2011-12-26_190352.jpg (104.75 KiB) Viewed 3959 times

Any suggestion will be highly appreciated.

Thanks & Regards
Planoresearch

Re: Creating Top and Right Axes

Posted: Tue Dec 27, 2011 12:18 pm
by 10050769
Hello Planoresearch,

You must do the same as I do in next lines of code:

Code: Select all

clrGrid.VertAxis = VerticalAxis.Both;
clrGrid.HorizAxis = HorizontalAxis.Both;
Can you tell us if previous lines, works as you expect?

I hope will helps.

Thanks,

Re: Creating Top and Right Axes

Posted: Wed Dec 28, 2011 10:22 am
by 15659467
Hi Sandra,

Thanks for reply. Given code is exactly working fine. Our problem is resolved.

Thanks & Regards,

Plano Research