开发者

Turn off Tooltip of WPF Toolkit chart control

开发者 https://www.devze.com 2022-12-19 14:06 出处:网络
I am using the WPF ToolKit ChartControl to create a columnerieschart. Whenever I move mouse to 开发者_如何转开发my Chart, the ToolTip value will be displayed. I dont need this ToolTip, So how can I tu

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?

Turn off Tooltip of WPF Toolkit chart control


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.IsEnabled to false like this:

<TextBlock ToolTip="World" ToolTipService.IsEnabled="False">Hello</TextBlock>
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号