Page 1 of 1

To Hide pointer of specific index in lineseries

Posted: Fri May 15, 2015 5:57 am
by 9526439
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 5039 times
like:- line1.pointer[0].Visible=false;(We are thinking like that).

please provide any solution asap.

Thanks in advance.

Thanks&Regards
PlanoResearch

Re: To Hide pointer of specific index in lineseries

Posted: Fri May 15, 2015 11:16 am
by narcis
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.