如何在图表中显示每条柱状图的轴线?我只有第二,第四……,
alt text http://img35.imageshack.us/img35/6106/chartiu.png
发布于 2010-05-18 20:43:10
我找到了答案:
chartArea.AxisX.MajorGrid.Interval = 1;
chartArea.AxisX.MajorTickMark.Interval = 1;
chartArea.AxisX.LabelStyle.Interval = 1;现在看起来是这样的:
alt text http://img683.imageshack.us/img683/5818/chartig.png
https://stackoverflow.com/questions/2857115
复制相似问题