PointerStyle for Fastline
Posted: 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.
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.