Stacked bars problem almost fixed
Posted: Thu Mar 01, 2007 2:50 pm
Using TeeChart5 and TeeChart 6 I reported a problem using stacked bars and negative values.
Now I recently upgraded too teeChart 7, Apparently the bug has been almost fixed except for the final rendering part
Demo:
Anyway create a stacked bar chart with two series, and enter one with data
1 2 3 4 -1 -2
And one with
-2 -2 -1 1 2 3
And it will appear the surface hiding algorithm (or drawing order!) is not quite right yet. (in tee5 and tee6, the negative bars were stacked from the top of positive bars instead of from x axis causing complete misinterpretation of the data. )
Using OpenGL it is all just fine, but I don't want to use OpenGL.
Now I recently upgraded too teeChart 7, Apparently the bug has been almost fixed except for the final rendering part
Demo:
Anyway create a stacked bar chart with two series, and enter one with data
1 2 3 4 -1 -2
And one with
-2 -2 -1 1 2 3
And it will appear the surface hiding algorithm (or drawing order!) is not quite right yet. (in tee5 and tee6, the negative bars were stacked from the top of positive bars instead of from x axis causing complete misinterpretation of the data. )
Using OpenGL it is all just fine, but I don't want to use OpenGL.