DannE Posted November 21, 2007 Report Share Posted November 21, 2007 If you rotate all the X-axis label by a certain angle is there a property which you can use to center the labels? I found something for the pointlabels i.e. chart.PointLabelAlign, but is there something for the regular axis labels? Quote Link to comment Share on other sites More sharing options...
maximop Posted November 28, 2007 Report Share Posted November 28, 2007 You can set the AxisX.Style property; the AxisStyle enumerator has a Centered and a FixRightAligned value that you can use for the axis labels. You can do the following: Chart1.AxisX.Style = AxisStyle.Centered; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.