AlexeyRedko Posted June 15, 2011 Report Posted June 15, 2011 Hello. Is it possible to locate bar toward the tick on axis x? For example the marker or tick of axis is in the centre of the bar (like 123) and I'd like to locate the bar from left of the tick (like _123) or from the right of the tick (like _123) Quote
JuanC Posted June 16, 2011 Report Posted June 16, 2011 Bars will always be drawn "centered" around their X axis position but you can move the labels with the following code chart1.AxisX.Labels.Position = AxisLabelPosition.Center; JuanC Quote
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.