Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic HitTestOffset for tool tips (Read 3953 times)
znavot
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 18
Joined: Dec 31st, 2013
HitTestOffset for tool tips
Apr 24th, 2014 at 8:15am
Print Post  
Hi,

I'm looking for a way to control the tolerance of a tooltip.
In a previous thread, the use of HitTestOffset property was suggested. However, it seems this property is relevant only to a click event, while tooltips are initiated by hovering.
So even when setting a HitTestOffset to a very small value,
it does not affect the tooltip (see attached picture in which I hover next to point 4, but still get the tooltip related to point 3).
To reproduce this behavior, I used the next code in MindFusion Demo application in ProfitForm.cs:

Code
Select All
this.lineChart1.ShowToolTips = true;
this.lineChart1.ToolTipText = new MindFusion.Charting.LabelsCollection("1,2,3,4,5,6,7,8");
this.lineChart1.HitTestOffset = 1;
 



I would appreciate your help.

Thanks,
Nir
  

ToolTip_tolerance.png (Attachment deleted)
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: HitTestOffset for tool tips
Reply #1 - Apr 28th, 2014 at 12:16pm
Print Post  
Hi,

You can find updated assemblies that should fix that on the PM page.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
znavot
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 18
Joined: Dec 31st, 2013
Re: HitTestOffset for tool tips
Reply #2 - Apr 28th, 2014 at 12:56pm
Print Post  
Hi Stoyan,

It works much better now.

Thanks,
Nir
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint