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
zoom issue in Teechart activeX v7
zoom issue in Teechart activeX v7
- Attachments
-
- Snapshot showing custom axe after zoom
- TeechartActiveXV7_AfterZoom.JPG (51.47 KiB) Viewed 7207 times
-
- Snapshot showing custom axe before zoom
- TeechartActiveXV7_BeforeZoom.JPG (51.29 KiB) Viewed 7200 times
Re: zoom issue in Teechart activeX v7
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: zoom issue in Teechart activeX v7
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
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
Hi Girish,
You can use Chart1.Zoom.Y0 and Chart1.Zoom.Y1.
You can use Chart1.Zoom.Y0 and Chart1.Zoom.Y1.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |