Hi I am creating dundas chart at run time and i want to capture click event of chart.
I tried this but it do not work
chart.Click += new ImageMapEventHandler(chart_Click);
protected void chart_Click(object sender, ImageMapEventArgs e)
{
Label1.Text = "Clicked!!!";
}
Can any body help me please.
Thanks