Display Y-Values on Y-Axis without rounding [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 5 years ago . How to remove rounding axis OY in Chart ? I pass a value in the format 1,3546 and the graph shows 1,35. 回答1: For a given Axis you can set the LabelStyle.Format . For example you can use this : chart1.ChartAreas["area1"].AxisX.LabelStyle.Format = "000.000\\%"; or this: chart1.ChartAreas[0].AxisY