C# WinForm开发系列之chart控件画折线图和柱形图并自定义鼠标移动到数据标记点显示提示信息
1.首先拖动chart控件到窗体,设置chart1的属性Legends中默认的Legend1的Enable为false;2.设置Series的ChartType为Line3.后台绑定数据ListxData=newList(){"A","B","C","D"};ListyData=newList(){10,20,30,40};chart1.Series[0]["PieLabelStyle"]="Ou