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

[Solved] Tooltip positioning question

1 Answer 131 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Iurie Coroban
Top achievements
Rank 1
Iurie Coroban asked on 01 May 2009, 09:54 AM

Hi,

In situation when Chart is on the left side of the page, the leftmost item  tooltip is not visible, on the bottom the same situation.
I solve  this using following lines of code

tooltip.Content = something;

tooltip.RenderTransform = new TranslateTransform

 

 

{
X = newX,
Y = newY
};

I show new radchart with following size

Height = 200;

Width = 350;
as tooltip Content.

for my case I calculate newX and newY values to  positioning the tooltip.
Do you plan to create some tooltip positioning  intelligence?


Thanks!

1 Answer, 1 is accepted

Sort by
0
Accepted
Vladimir Milev
Telerik team
answered on 04 May 2009, 06:14 AM
Hi Iurie Coroban,

Yes we do have long term plans for smart tooltip positioning such as border detection. We have, however, for the moment allowed our customers to position the tooltip manually via the event until we implement the behavior. This feature will probably not make it for the Q2 release though.

Feel free to share additional ideas on what you would like to see in the control.

Regards,
Vladimir Milev
Tags
Chart
Asked by
Iurie Coroban
Top achievements
Rank 1
Answers by
Vladimir Milev
Telerik team
Share this question
or