Hi Steema Support,
Is it possible to hide the pointer of specific index in line Series. Meaning that if a line series contains 5 pointer but we want to show 1,2,3,5 index pointer only and want to hide index 4 pointer.
Please find attached image showing that pointer we want to hide.
like:- line1.pointer[0].Visible=false;(We are thinking like that).
please provide any solution asap.
Thanks in advance.
Thanks&Regards
PlanoResearch
To Hide pointer of specific index in lineseries
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: To Hide pointer of specific index in lineseries
Hi PlanoResearch.
Check out the GetPointerStyle event at Tutorial 6 - Working with Series. You just need to set your desired points to Steema.TeeChart.Styles.PointerStyles.Nothing.
Check out the GetPointerStyle event at Tutorial 6 - Working with Series. You just need to set your desired points to Steema.TeeChart.Styles.PointerStyles.Nothing.
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 |