Hi everybody,
Using Lazarus 2.2.4 FPC 3.2.2 on Windows 64 bits
I try to add values in a Lineserie with
MySerie.AddXY(x, y, 'text', clRed);
In LineSerie property:
ShowLines set to False
ShowPoints set to True
I can see the point on the Chart at the right position, but no text.
Do I have missed something in the property?
Thank you.
B->