TAChart: Fix positioning of centered labels for logarithmic, non-stacked bar series with multiple y values.

git-svn-id: trunk@60074 -
This commit is contained in:
wp 2019-01-13 17:09:05 +00:00
parent ed08eac4e4
commit 25e8ac68ed

View File

@ -1293,7 +1293,8 @@ begin
else
g := DoublePoint(g.x, (curr + prev) * 0.5);
end;
prev := curr;
if Stacked then
prev := curr;
with ParentChart do
if