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.
Custom axes plot overlapping issue
Custom axes plot overlapping issue
- Attachments
-
- GainOverlap.JPG (43.38 KiB) Viewed 3132 times
-
- GainPlot.JPG (42.77 KiB) Viewed 3119 times
Re: Custom axes plot overlapping issue
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.
Thank you,
kraj.
Re: Custom axes plot overlapping issue
Hello kraj,
I am glad that you solve your problem .
Thanks for your information.
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 |
Instructions - How to post in this forum |