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.
Any suggestion will be highly appreciated.
Thanks & Regards
Planoresearch
Creating Top and Right Axes
Re: Creating Top and Right Axes
Hello Planoresearch,
You must do the same as I do in next lines of code:
Can you tell us if previous lines, works as you expect?
I hope will helps.
Thanks,
You must do the same as I do in next lines of code:
Code: Select all
clrGrid.VertAxis = VerticalAxis.Both;
clrGrid.HorizAxis = HorizontalAxis.Both;
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 |
-
- Newbie
- Posts: 57
- Joined: Thu Jun 02, 2011 12:00 am
Re: Creating Top and Right Axes
Hi Sandra,
Thanks for reply. Given code is exactly working fine. Our problem is resolved.
Thanks & Regards,
Plano Research
Thanks for reply. Given code is exactly working fine. Our problem is resolved.
Thanks & Regards,
Plano Research