When i zoom chart by default it view in 3D, How can i show chart in 2D not 3D while zooming ?
Code in MFC will help.
Shown Chart zoom in 2d
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi egenNilesh,
I'm sorry but I'm not sure about the issue you are reporting. Do you mean that a 2D chart turns in 3D after zooming? If that's the case I'm not able to reproduce the issue here using latest TeeChart Pro v8.0.0.3 ActiveX.
Could you please confirm the exact issue and let us know the TeeChart version you are using?
Thanks in advance.
I'm sorry but I'm not sure about the issue you are reporting. Do you mean that a 2D chart turns in 3D after zooming? If that's the case I'm not able to reproduce the issue here using latest TeeChart Pro v8.0.0.3 ActiveX.
Could you please confirm the exact issue and let us know the TeeChart version you are using?
Thanks in advance.
Best Regards,
Narcís Calvet / 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 |
-
- Newbie
- Posts: 9
- Joined: Thu Mar 29, 2007 12:00 am
Hi Narcis,
Thanks for your support, I have Teechart version 7.0, my problem is 2D chart turns 3D in while zooming, I try using set property of 3D value to 1% and its ortogonal to 0 degree. Is there any another way to do this.
My another problem is my chart back color is black and i have tcCursor tool on it, but it couldn't able to see since it also in dark color, how can i change tcCursor color.
Thanks again for your support.
Thanks for your support, I have Teechart version 7.0, my problem is 2D chart turns 3D in while zooming, I try using set property of 3D value to 1% and its ortogonal to 0 degree. Is there any another way to do this.
My another problem is my chart back color is black and i have tcCursor tool on it, but it couldn't able to see since it also in dark color, how can i change tcCursor color.
Thanks again for your support.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi egenNilesh,
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
You can change cursor's color like this:
I'm still unable to reproduce the issue here using v7.0.1.4, which is latest v7 release available at the client area. Which exact version are you using? If the problem persits could you please send us a simple example project we can run "as-is" to reproduce the problem here?Thanks for your support, I have Teechart version 7.0, my problem is 2D chart turns 3D in while zooming, I try using set property of 3D value to 1% and its ortogonal to 0 degree. Is there any another way to do this.
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
My another problem is my chart back color is black and i have tcCursor tool on it, but it couldn't able to see since it also in dark color, how can i change tcCursor color.
You can change cursor's color like this:
Code: Select all
TChart1.Tools.Items(0).asTeeCursor.Pen.Color = vbRed
Best Regards,
Narcís Calvet / 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 |