mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 13:37:22 +01:00
TAChart: Draw labels for bubble series
git-svn-id: trunk@27078 -
This commit is contained in:
parent
82ce805c08
commit
8ecb367ba8
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user