Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在图表中显示每个条形的轴线?我只有第二,第四...,
替代文字 http://img35.imageshack.us/img35/6106/chartiu.png
我找到了答案:
chartArea.AxisX.MajorGrid.Interval = 1; chartArea.AxisX.MajorTickMark.Interval = 1; chartArea.AxisX.LabelStyle.Interval = 1;
现在看起来像:
替代文字 http://img683.imageshack.us/img683/5818/chartig.png