I am using a RadChartView to display a bar chart with a vertical linear axis. I adjust the values in the bars such that sometimes the plotted range in between 0 - 99 (so the axis tick labels have two digits), and sometimes the plotted range is between 100 - 999 (so the axis labels have three digits).
When the maximum number of digits in the tick labels changes, the horizontal position of the Y axis is adjusted to accommodate the increased label size.
Presumably this problem would also arise if the font size of the labels is adjusted.
Is it possible to disable this behavior and allocate a specified "margin" size in which to place the axis labels? I would like the position of the vertical axis to be fixed within the control's area.