Page 1 of 1

OnMouseEnter Question

Posted: Mon Jun 18, 2007 3:35 pm
by 9339099
I'm working with a stacked vertical bar chart with 2 series.

They will always be stacked with series #1 on the bottom and series #2 on the top.

I'm using the Marks to show the value of Series #2.

I'm trying to use the OnMouseEnter (and OnMouseleave) event in combination with the TChart Hint to display the series #1 value at a given point. I'm having problems determing the ValueIndex of the Series #1 point over which I'm moving the mouse.

Any suggestions?


Thanks,

Chuck

Posted: Mon Jun 18, 2007 3:45 pm
by narcis
Hi Chuck,

Why don't you try using MarkTips tool (TMarksTipTool)? This tool will do all this automatically for you. Examples can be found at All Features\Welcome!\Tools\Mark tips in the features demo, which can be found at TeeChart's program group.

Posted: Mon Jun 18, 2007 5:09 pm
by 9339099
Awesome .... thank you very the speedy response ...


Chuck