Page 1 of 1

3 Dimension and mouse pointer problem

Posted: Tue Nov 16, 2010 7:23 pm
by 16557818
Hello all,

In first, thanks for your attention and, I am having a trouble on TChar component with TBarSeries and I'll be so thankful if someone help me to solve it.

In a simple graphic with TBarSeries I set 100% of Bar Depth and 70% of Bar With on the Size tab. Then, from the chart section, I've turned on the 3 Dimensions with 30%, I unchecked the Orthogonal properties and changed to 100 the value of Perspective.

So in run time, the cursor (mouse pointer, HandPoint) never matches the exactly line boundaries off each bar.

I recently update my TeeChart license and using the Borland Developer Studio 2006 with C++ Builder personality. I'll attach a zip with the sample code to help us find these problem.

[]'s
Leonardo Fraietta
Q10-Informática

Re: 3 Dimension and mouse pointer problem

Posted: Wed Nov 17, 2010 11:49 am
by narcis
Hi Leonardo,

I'm afraid there's little we can do here. This happens in non-orthogonal charts because of the difficulty to convert from 2D screen coordinates to 3D chart coordinates. This is a known issue and is very difficult to solve as neither GDI nor GDI+ provide methods for such conversions. The only option available at the present moment to get this working is setting the chart to be orthogonal.