I need to display the Line Series point on the chart via my code. How do I set the visibility to true? What property of TChartSeries do I use?
I need to implement the same functionality as that in the TChart Editor, Series Tab, Point Tab, Visible check.
Thanks.
Series Points
Hi nbp,
Yes, you should do somethink like this:
Yes, you should do somethink like this:
Code: Select all
TChart1.Series(0).asLine.Pointer.Visible = True
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |