zoom issue in Teechart activeX v7

TeeChart for ActiveX, COM and ASP
Post Reply
amol
Advanced
Posts: 231
Joined: Tue Mar 29, 2005 5:00 am

zoom issue in Teechart activeX v7

Post by amol » Thu Feb 24, 2011 1:42 pm

Hi,

I am using TeeChart ActiveX v7. I have added a vertical custom axes in a MFC dialog application. I am noticing that on zooming, the custom Axis( labels) does not change. The attachments show the "Gas Prod rate" custom vertical axes and its behavior before and after zoom.

Thanks,
Girish
Attachments
TeechartActiveXV7_AfterZoom.JPG
Snapshot showing custom axe after zoom
TeechartActiveXV7_AfterZoom.JPG (51.47 KiB) Viewed 7085 times
TeechartActiveXV7_BeforeZoom.JPG
Snapshot showing custom axe before zoom
TeechartActiveXV7_BeforeZoom.JPG (51.29 KiB) Viewed 7078 times

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

Re: zoom issue in Teechart activeX v7

Post by Yeray » Fri Feb 25, 2011 8:38 am

Hi Girish,

Zooming is not supported on custom axes. Please read this link on how to zoom custom axes. It's a Delphi item but sames applies to other TeeChart versions.
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

amol
Advanced
Posts: 231
Joined: Tue Mar 29, 2005 5:00 am

Re: zoom issue in Teechart activeX v7

Post by amol » Thu Mar 03, 2011 12:56 pm

Yeray,

The delphi code in the link given by you has properties Y0 and Y1 of IZoom. CZoom class is available in our version of teechart version 7. But I am unable to find the properties namely IZoom.Y0 and IZoom.Y1.

Thanks,
Girish

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

Re: zoom issue in Teechart activeX v7

Post by Yeray » Thu Mar 03, 2011 4:26 pm

Hi Girish,

You can use Chart1.Zoom.Y0 and Chart1.Zoom.Y1.
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