This is a migrated thread and some comments may be shown as answers.

Bar Chart Number Overlap

1 Answer 43 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
William
Top achievements
Rank 1
William asked on 31 Oct 2011, 03:44 PM
I am creating the following bar chart programmatically. It seems when the number of records gets high enough, the chart label overlaps with the chart image. (See attached picture). Is there any way to resolve this?

1 Answer, 1 is accepted

Sort by
0
Accepted
Peshito
Telerik team
answered on 03 Nov 2011, 11:29 AM
Hi William ,

This happens because there is not enough space available, which leads to overlapping the label with the bar item. In order to avoid that, disable Y-Axis AutoScale property and manually set Min, Max and Step values. This way you can control how high the axis would be, therefore there will be enough space for the label to be drawn outside so no overlapping will appear.

More about axes and labels can be found here:
http://www.telerik.com/help/aspnet-ajax/radchart-axes.html
http://www.telerik.com/help/aspnet-ajax/radchart-axis-labels.html

Best wishes,
Peshito
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Chart (Obsolete)
Asked by
William
Top achievements
Rank 1
Answers by
Peshito
Telerik team
Share this question
or