我有一个System.Windows.Forms.DataVisualization.Charting.chart,当你将鼠标悬停在图表上时,我想显示一些关于图表上栏的信息.但我看不到在哪里设置工具提示.
System.Windows.Forms.DataVisualization.Charting.chart
我可以设置这个 chart3.Series[0].ToolTip = "hello world";
chart3.Series[0].ToolTip = "hello world";
但是我如何获取我为了修改文本而悬停的值x或y值?
x
y
c# charts tooltip
c# ×1
charts ×1
tooltip ×1