Mouse over sensitivity for DataPoints

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Krishna
Newbie
Newbie
Posts: 16
Joined: Mon Jun 12, 2006 12:00 am
Contact:

Mouse over sensitivity for DataPoints

Post by Krishna » Thu Aug 03, 2006 5:37 am

Hi,

I have used Chart –Tools Marks Tips to display the marks of a datapoint when the mouse over on to the datapoint. I need to customize as follows

For every datapoint a small (circular) region around each data point, which should “catch” the mouse cursor and display its X and Y value in Marks Tip.


Regards,
Krishna

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Aug 04, 2006 9:10 am

Hi Krishna,

to do this, maybe you could make use of the TNearest Tool in conjuntction with the TMarksTip Tool (setting style to X and Y Values). ?

Post Reply