Hi You can do this with a legend (there are samples of this) <legend> <handler name="onitemmouseover" args="item"> ...
With the actual bars on the chart I think you will need to override the renderRect method (rectangularchart) and make your bars "clickable" and add your listener. Not the easiest but doable.. Note the graph components are being completely overhauled (from what Ive heard) so this will likely change in the future. z On 9/7/07, Harini <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > I didn't find any mouse handling events for chart item in charts. > > I want like if I click on particular chart item it should pass item > details to next screen. > > Can any one know please help me. > > > > Thanks, > > Harini.
