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

Make Pie MouseOver Labels always visible

1 Answer 39 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 01 Oct 2013, 12:26 PM
Hi there,

I've been encountering the same issue as described in this thread and have been unable to resolve it with any of the suggested steps.

So to circumvent this I would like to turn the Labels visibility off (I can do this step) and just display the labels which are displayed when hovering over sections constantly instead, as they always appear in a reasonably place that is not clipped or pushed under my legend.

Is this possible?

1 Answer, 1 is accepted

Sort by
0
Stamo Gochev
Telerik team
answered on 03 Oct 2013, 07:28 AM
Hello Alex,

The RadHtmlChart's elements which are displayed when you hover over a certain section are the tooltips. In short, a tooltip is just a div element, so you can handle its positioning in a standard way. However, chart's labels are rendered as SVG elements in modern browsers (and VML in older ones) so their positioning is handled by certain properties provided in the implementation of RadHtmlChart.

In addition, chart's labels are intended to be all shown or all hidden, so displaying a single label for a specific element is not currently supported. This means you can take advantage of the TooltipsAppearance
property and modify it to satisfy your scenario.

Feel free to contact me if you need any further assistance.

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 the blog feed now.
Tags
Chart (HTML5)
Asked by
Alex
Top achievements
Rank 1
Answers by
Stamo Gochev
Telerik team
Share this question
or