To Hide pointer of specific index in lineseries

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
amol
Advanced
Posts: 231
Joined: Tue Mar 29, 2005 5:00 am

To Hide pointer of specific index in lineseries

Post by amol » Fri May 15, 2015 5:57 am

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.
hiding pointer.png
Hide pointer
hiding pointer.png (9.71 KiB) Viewed 4997 times
like:- line1.pointer[0].Visible=false;(We are thinking like that).

please provide any solution asap.

Thanks in advance.

Thanks&Regards
PlanoResearch

Narcís
Site Admin
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

Post by Narcís » Fri May 15, 2015 11:16 am

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.
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