Page 1 of 1

Series Points

Posted: Fri Feb 20, 2009 10:18 pm
by 9532498
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.

Posted: Mon Feb 23, 2009 10:49 am
by yeray
Hi nbp,

Yes, you should do somethink like this:

Code: Select all

TChart1.Series(0).asLine.Pointer.Visible = True