Creating Top and Right Axes

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Planoresearch
Newbie
Newbie
Posts: 57
Joined: Thu Jun 02, 2011 12:00 am

Creating Top and Right Axes

Post by Planoresearch » Mon Dec 26, 2011 1:34 pm

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 3962 times

Any suggestion will be highly appreciated.

Thanks & Regards
Planoresearch

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Creating Top and Right Axes

Post by Sandra » Tue Dec 27, 2011 12:18 pm

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,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Planoresearch
Newbie
Newbie
Posts: 57
Joined: Thu Jun 02, 2011 12:00 am

Re: Creating Top and Right Axes

Post by Planoresearch » Wed Dec 28, 2011 10:22 am

Hi Sandra,

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

Thanks & Regards,

Plano Research

Post Reply