Series Points

TeeChart for ActiveX, COM and ASP
Post Reply
nbp
Newbie
Newbie
Posts: 83
Joined: Mon Sep 18, 2006 12:00 am

Series Points

Post by nbp » Fri Feb 20, 2009 10:18 pm

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.

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Mon Feb 23, 2009 10:49 am

Hi nbp,

Yes, you should do somethink like this:

Code: Select all

TChart1.Series(0).asLine.Pointer.Visible = True
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply