Higlighting a data point
Posted: Mon Jan 06, 2025 3:58 pm
I am trying to highlight a data point of a
Is there a way to do it?
TPointSeries
and a TBubbleSeries
. I can change the color of a data point easily and set it to clRed
when using the .AddXY
or .AddBubble
procedures, but I have not found the way to change the font color or style of a specific data label. Is there a way to do it?