This is a migrated thread and some comments may be shown as answers.

How to hide trackball programmatically?

1 Answer 53 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Johnny
Top achievements
Rank 1
Veteran
Johnny asked on 10 Jan 2021, 11:33 AM

I can move and show trackball programmatically from this thread https://www.telerik.com/forums/programatically-move-and-show-trackball.

And how to hide trackball programmatically?

1 Answer, 1 is accepted

Sort by
0
Accepted
Nadya | Tech Support Engineer
Telerik team
answered on 12 Jan 2021, 02:50 PM

Hello, Johnny,

RadChartView offers ShowTrackBall property that indicates whether the trackball will be shown. In order to hide the trackball programmatically, you should set it to false

radChartView1.ShowTrackBall = false;

More information about trackball is available here: https://docs.telerik.com/devtools/winforms/controls/chartview/features/trackball 

I hope this helps. Should you have other questions please let me know.

Regards,
Nadya
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
ChartView
Asked by
Johnny
Top achievements
Rank 1
Veteran
Answers by
Nadya | Tech Support Engineer
Telerik team
Share this question
or