Custom axes plot overlapping issue

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
kraj
Newbie
Newbie
Posts: 2
Joined: Wed Jan 14, 2009 12:00 am

Custom axes plot overlapping issue

Post by kraj » Fri Dec 23, 2011 9:22 am

Hi,

I am using Teechart for plotting frequency and time response. For frequency response there are 3 options: Gain response, Phase response and Group response. All these are placed in one chart. These uses custom axes.

With gain axes, user can set the custom frequency and gain values. So we have to set the maximum and minimum for bottom frequency axis and left gain axis based on the user provided options. I have done this by using
tchart1.axes.Left.automaticMaximum = false;
tchart1.axes.Left.automaticMinimum = false;

then maximum and minimum values are set for Left axes based on the custom input. Similar setting was done for Bottom frequency axes.

I found that this works when only gain axes is chosen for display. When we chose to display all the 3 frequency response options, then the graphs overlap. Please note that we are setting custom maximum and minimum only for gain axes.

Please any one help me to resolve this issue as soon as possible.
I have attached two images. One with only gain axes (GainPlot.JPG) and another with all 3 axes.
Attachments
GainOverlap.JPG
GainOverlap.JPG (43.38 KiB) Viewed 3139 times
GainPlot.JPG
GainPlot.JPG (42.77 KiB) Viewed 3126 times

kraj
Newbie
Newbie
Posts: 2
Joined: Wed Jan 14, 2009 12:00 am

Re: Custom axes plot overlapping issue

Post by kraj » Sat Dec 24, 2011 5:53 am

I was able to solve this issue by referring one of the demo example project Welcome !\Axes\Opaque zones. I got the clue about this example project from one of the other similar post in this forum.

Thank you,
kraj.

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

Re: Custom axes plot overlapping issue

Post by Sandra » Tue Dec 27, 2011 10:13 am

Hello kraj,

I am glad that you solve your problem :).

Thanks for your information.
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

Post Reply