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.
PointerStyle for Fastline
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |