在使用C#的chart控件遇到一个小问题
chart1.ChartAreas[0].AxisY.LabelStyle.Format = "0%"; chart1.Series[0].Label = "#VAL{P}";
柱状图上面显示百分比吗