[Zoom]CustomAxis doesn't adjust min and max

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
bertrod
Advanced
Posts: 151
Joined: Wed Sep 07, 2005 4:00 am

[Zoom]CustomAxis doesn't adjust min and max

Post by bertrod » Thu Feb 16, 2006 12:33 pm

Hello,

On my chart, I'm using the bottomaxis and 2 customaxis (left and right axis are set to visible := false).

When I'm using the Zoom tool, the series which are linked to the customaxis are zooming, and so is the bottomaxis, but the customaxis don't change their min and max. Why that ?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Feb 16, 2006 4:20 pm

Hi bertrod,

Please see the solution here. This is VB code but you shouldn't have any problem porting it to any other environment.
Best Regards,
Narcís Calvet / 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

bertrod
Advanced
Posts: 151
Joined: Wed Sep 07, 2005 4:00 am

Post by bertrod » Fri Feb 17, 2006 8:50 am

Thanks, it works fine now.

May I know what you didn't implement the zoom with the custom axes in TeeChart ?

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Feb 20, 2006 10:08 am

Hi,

yes, it's as designed, as this has not been implemented in any of previous versions we cannot add it to do it automatically, this functionality must be added manually.

jpm
Newbie
Newbie
Posts: 8
Joined: Tue Oct 06, 2015 12:00 am

Re: [Zoom]CustomAxis doesn't adjust min and max

Post by jpm » Fri Mar 04, 2016 11:38 am

I also met the same problem (zoom on custom axis),

you indicated the following way:
Please see the solution here. This is VB code but you shouldn't have any problem porting it to any other environment.
Unhappily the link seems to be broken.

could you reactivate the answer?

Tank you in advance!

Yeray
Site Admin
Site Admin
Posts: 9533
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: [Zoom]CustomAxis doesn't adjust min and max

Post by Yeray » Fri Mar 04, 2016 12:49 pm

Hello,
jpm wrote:Unhappily the link seems to be broken.

could you reactivate the answer?
You are right. We'll correct it asap.
Thanks for reporting!

Edit: Corrected!
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply