Page 1 of 1

zoom issue in Teechart activeX v7

Posted: Thu Feb 24, 2011 1:42 pm
by 9526439
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

Re: zoom issue in Teechart activeX v7

Posted: Fri Feb 25, 2011 8:38 am
by yeray
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.

Re: zoom issue in Teechart activeX v7

Posted: Thu Mar 03, 2011 12:56 pm
by 9526439
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

Re: zoom issue in Teechart activeX v7

Posted: Thu Mar 03, 2011 4:26 pm
by yeray
Hi Girish,

You can use Chart1.Zoom.Y0 and Chart1.Zoom.Y1.