Interactive gantt

I would like to achive interactive behavior of gantt like chart control. For this one I need easy way to obtain piece of graph that was cliked. So the questin is: 1) If one of the series points is ( 2, { 240, 248 } ), and it was clicked, can I get coordinate ( 2, 245 ) or something like that in the mouse event handler. 2) May be there is another way ?

1 Reply

DJ Davis Jebaraj Syncfusion Team April 4, 2005 11:04 PM UTC

Hi Dima, You can handle the ChartRegion events to get the coordinates for interacting with user actions. Please refer to the sample linked to below: ChartRegionEvents_CS_9911.zip Thanks, Davis

Loader.
Up arrow icon