MouseEnter Series Event on Candle Chart

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Sparkz
Newbie
Newbie
Posts: 1
Joined: Fri Apr 30, 2004 4:00 am
Location: UK

MouseEnter Series Event on Candle Chart

Post by Sparkz » Fri Apr 30, 2004 8:52 pm

I'm trying to display some series data when the mouse is hovered over a candle. Unfortunately, unlike some other chart types it only activates the event when the mouse passes over the vertical line going down the middle.

It would be nice, and easier, if the event was triggered when it passed over any part of the candle.

Does anyone know of anyway of doing this?

Thanks
Mark

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Sat May 01, 2004 7:28 am

Hi.

This one is on our wish list for next TeeChart release. We have to improve the code in the ohcl series Clicked method. Right now Clicked returns correct index only if you're exactly over the open value.

If you have Teechart source code, you can try to improve this by changing the ohcl/candle series Clicked method.
Marjan Slatinek,
http://www.steema.com

Post Reply