开发者

How can I adjust the position of the x axis labels of a MS Chart in .NET?

开发者 https://www.devze.com 2023-01-24 00:37 出处:网络
I have a chart that I\'m generating on the fly through a generic handler.I\'ve got the data loaded and by default it looks like this:

I have a chart that I'm generating on the fly through a generic handler. I've got the data loaded and by default it looks like this:

http://www.2gtech.com/downloads/ChartWithoutCrossing.png

If I adjust the crossing I get the desired effect I'm looking for, which is a base line at 100,000 with the area charted above and below the base line. The problem is that both AxisX and AxisX2 drop to the new crossing point.

GrowthChart.ChartAreas(开发者_JS百科0).AxisY.Crossing = 100000

http://www.2gtech.com/downloads/ChartWithCrossing.png

How can I keep the crossing point, but have the x axis labels appear BELOW the entire chart? (I don't need the labels on the top, fwiw. They only appear as I was trying to see what I could do with both axis.


IsMarksNextToAxis is the property to achieve this.

GrowthChart.ChartAreas(0).AxisX.IsMarksNextToAxis = False
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号