OnMouseOver Event

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
HansWolfgang
Newbie
Newbie
Posts: 3
Joined: Mon Oct 15, 2012 12:00 am

OnMouseOver Event

Post by HansWolfgang » Tue Feb 05, 2013 5:00 am

Hope I have that title correct. I'm referring to hovering over a series point with the pointing device.

Default behavior appears to display the y value only. I would like to display both x and y values.

Is there a way to accomplish this?

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: OnMouseOver Event

Post by Yeray » Tue Feb 05, 2013 11:47 am

Hi Hans,

Have you seen the TMarksTipTool.Style property? You have several TSeriesMarksStyle there, one of them being smsXY.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply