diff --git a/components/tachart/taseries.pas b/components/tachart/taseries.pas index 9c2b30f4dc..a8fa55b6bb 100644 --- a/components/tachart/taseries.pas +++ b/components/tachart/taseries.pas @@ -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;