Dum*_*tru 6 .net mschart
如何设置图表标签的格式?我需要在点之后只看到2位数.
我试着chart.ChartAreas.First().AxisY.LabelStyle.Format = "#.##";和0.00
chart.ChartAreas.First().AxisY.LabelStyle.Format = "#.##";
0.00
我也尝试设置Series[0].LabelFormat = "0.00"和#.##
Series[0].LabelFormat = "0.00"
#.##
并没有成功.
怎么了?
小智 7
尝试设置.AxisX.LabelStyle.Format为"{0:0.00}"- 我最近必须在我的一个图表上这样做,所以它应该工作.
.AxisX.LabelStyle.Format
"{0:0.00}"
归档时间:
14 年,5 月 前
查看次数:
22818 次
最近记录:
12 年,1 月 前