Shown Chart zoom in 2d

TeeChart for ActiveX, COM and ASP
Post Reply
egenNilesh
Newbie
Newbie
Posts: 9
Joined: Thu Mar 29, 2007 12:00 am

Shown Chart zoom in 2d

Post by egenNilesh » Thu Jan 31, 2008 1:46 pm

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.

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 Jan 31, 2008 1:59 pm

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.
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

egenNilesh
Newbie
Newbie
Posts: 9
Joined: Thu Mar 29, 2007 12:00 am

Post by egenNilesh » Fri Feb 01, 2008 6:29 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.

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

Post by Narcís » Fri Feb 01, 2008 8:57 am

Hi egenNilesh,
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.
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?

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply