TAChart: Draw labels for bubble series

git-svn-id: trunk@27078 -
This commit is contained in:
ask 2010-08-12 15:50:16 +00:00
parent 82ce805c08
commit 8ecb367ba8

View File

@ -594,6 +594,7 @@ begin
d.Y := ParentChart.YGraphToImage(r) - ParentChart.YGraphToImage(0);
ACanvas.EllipseC(pt.X, pt.Y, d.X, d.Y);
end;
DrawLabels(ACanvas);
end;
function TBubbleSeries.Extent: TDoubleRect;