Menu

#23 Axis Label Shift Inside/Outside

open
nobody
5
2012-09-19
2006-04-12
TGK
No

I added the ability to specify whether the Y and/or X
Axis labels are shifted inside and outside the graph
for each consecutive labels.

GraphPane.XAxis.IsXAxisLabelShift = false|true;
GraphPane.YAxis.IsYAxisLabelShift = false|true;

I needed this for text labels that I didn't want to
overlap or be suppressed because they overlapped.
With this property set to true it causes every other
label to be shifted inside the grid enabling all
labels to be displayed.

This of course would be nice to have included in a
future release so I don't have to maintain it
seperately.

Thanks for a great control!

Terry

Discussion


Log in to post a comment.