views:

34

answers:

1

I have a embedded chart and I want to modify the behavior on the mouseDown event but only when it occurs on a dataSeries (xlSeries). But for all other elements (axis, plot area, gridline, etc), I want it to fall back on the default mouseDown behavior. Is this possible?

Thanks.

A: 

Hi,

Have a read of Jon's article on chart events. http://www.computorcompanion.com/LPMArticle.asp?ID=221

Andy Pope

related questions