如何在实时图表中删除工具提示百分比

时间:2018-11-16 07:47:11

标签: c# livecharts

enter image description here

我在实时图表中使用“堆栈列”栏,当我将其悬停在栏上时,会显示“活动工具提示”。 但是我想删除百分比。

Thx

2 个答案:

答案 0 :(得分:1)

尝试

yourChart.ToolTip = null;
yourChart.Hoverable = false;

答案 1 :(得分:0)

我认为您可以将IsWrapped属性设置为false。就像在代码中一样:)。

 <- HTTP/1.1 401 Unauthorized

https://lvcharts.net/App/documentation/beta/LiveCharts-Wpf-DefaultTooltip

我希望它能起作用。