I am using the WPF ToolKit ChartControl to create a columneries chart. Whenever I move mouse to my Chart, the ToolTip value will be displayed. I dont need this ToolTip, So how can I turn this off?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I haven’t used this control so I can’t say for sure but in general you can disable tooltips by setting the attached property
ToolTipService.IsEnabledto false like this: