How to hide the marktool text?
Posted: Mon Mar 06, 2006 11:31 am
I am using marksTip tool in my tchart to display the data point on the series.
Now the problem is, when the user clicks on the series the data point values are displayed.
Now I have another context (button) in my application on click of which the data point displayed should go away and user should be able to other things.
I tried doing marksTip.Active = false on click of button, but this does not hide or remove the data point that is already displayed. This code only ensures that the next click on the series will not result in display of data point, but how do I hide/remove the already shown data point?
Now the problem is, when the user clicks on the series the data point values are displayed.
Now I have another context (button) in my application on click of which the data point displayed should go away and user should be able to other things.
I tried doing marksTip.Active = false on click of button, but this does not hide or remove the data point that is already displayed. This code only ensures that the next click on the series will not result in display of data point, but how do I hide/remove the already shown data point?