Inverted logariphmic scale bug
Posted: Thu Jan 20, 2011 11:57 am
Steema TeeChart Build 4.1.2010.11303
We have some problems with incorrect work of the TChart component in the case when left-axis is the logarithmic scale and inverted.
Here is a simple example of this error:
1. Create fastline series
2. Left-axis is a logarithmic scale and inverted.
3. Other parameters are default.
4. The values of the series are given by two arrays X and Y. (Method Series[0].Add(X,Y))
X = (0,2,4,6,8) Y = (6, 0.1, 4, 0, 4)
After added this series we have It is obvious that point (2;0.1) must be below the point (6;0) because 0.1> 0. It is bug.
After moving this graph (right mouse button is pressed), we get correct graph
We have some problems with incorrect work of the TChart component in the case when left-axis is the logarithmic scale and inverted.
Here is a simple example of this error:
1. Create fastline series
2. Left-axis is a logarithmic scale and inverted.
3. Other parameters are default.
4. The values of the series are given by two arrays X and Y. (Method Series[0].Add(X,Y))
X = (0,2,4,6,8) Y = (6, 0.1, 4, 0, 4)
After added this series we have It is obvious that point (2;0.1) must be below the point (6;0) because 0.1> 0. It is bug.
After moving this graph (right mouse button is pressed), we get correct graph