Page 1 of 1

Shown Chart zoom in 2d

Posted: Thu Jan 31, 2008 1:46 pm
by 9534693
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.

Posted: Thu Jan 31, 2008 1:59 pm
by narcis
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.

Posted: Fri Feb 01, 2008 6:29 am
by 9534693
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.

Posted: Fri Feb 01, 2008 8:57 am
by narcis
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