Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
315
Y Axis label issues
posted

Hello.  I am using an UltraWebChart.UltraChart bar chart control.  I show only ten items in the chart at a time and my Y axis labels show up fine and I concatenate them on my own if they are to long.  I run into issues when the chart shows less than 10 items.

I have tried using the Axis.Y.Extent property so the distance between the left edge of the control and the right edge of the y axis stays the same, but the distance still shrinks when there are less than 10 items shown in the chart.

I would rather keep the distance the same so my concatenation code can work correctly, rather than concatenate the labels variably based on the number of items I display in the chart.

Any help would be greatly appreciated.

Thanks