PointerStyle for Fastline

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
rf2005
Newbie
Newbie
Posts: 11
Joined: Fri Jul 28, 2006 12:00 am

PointerStyle for Fastline

Post by rf2005 » Wed Dec 03, 2008 10:00 am

Dear Support !

Is it possible to paint a circle for each point when a FastLine is used ???

If using a Line the following is possible:

Steema.TeeChart.Styles.Line mainline=new Steema.TeeChart.Styles.Line();

mainline.Pointer.Style = Steema.TeeChart.Styles.PointerStyles.Circle;
mainline.Pointer.Visible = true;

How can I paint a Circle for each point when a fastline is used, as the FastLine-Class has no Pointer object.

Regards,

Robert.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Dec 03, 2008 10:04 am

Hi Robert,

As you already said FastLine has no pointer for performance purposes. If you want a 2D line with a pointer you should use Line series setting the chart to 2D an enabling its pointer as in the code you posted.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply