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

RadHtmlChart Numbers Overlapping

3 Answers 141 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Torben
Top achievements
Rank 1
Torben asked on 03 Jun 2013, 09:08 AM
Hello forum,
we are using RadHtmlCharts for showing monitoring data.
We experience one Problem:
When the numbers are too big they overlap into the legend and other diagrams (as seen in the attachments).
While the data in the screenshot is mock data it is realistic, that we have numbers that big.
Is there any way to prevent the numbers from overlapping?

Torben Lochow

3 Answers, 1 is accepted

Sort by
0
Stamo Gochev
Telerik team
answered on 05 Jun 2013, 02:06 PM
Hi Torben,

Thank you for contacting the Telerik Support.

In order to resolve your issue, you can set a bigger Width value for the RadHtmlChart. This will give you more space for the chart's elements and the labels should not overlap. Setting this property might look like this:
<telerik:RadHtmlChart runat="server" ID="PieChart"  Width="400">

where you can change the value to the appropriate one.

You can also take advantage of the LabelsAppearance's Margin property in order to change the position of the series items' labels.

Regards,
Stamo Gochev
Telerik
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.
0
small
Top achievements
Rank 1
answered on 30 Oct 2014, 08:14 AM
dear sir,

I also have the same problem. no enough place to modify width.
is there any solution?

cheers,
small
0
Danail Vasilev
Telerik team
answered on 03 Nov 2014, 03:23 PM
Hello,

You can also consider offsetting the legend, as illustrated here.

Regards,
Danail Vasilev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Chart (Obsolete)
Asked by
Torben
Top achievements
Rank 1
Answers by
Stamo Gochev
Telerik team
small
Top achievements
Rank 1
Danail Vasilev
Telerik team
Share this question
or