Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
875
Ho to get the Name (ID?) of a chart by Doubleclick Pie?
posted

Hallo,

I have multiple charts  created dynamically on a page.

How can i get the name or ID of the clicked chart in codeBehind?

Parents
  • 875
    Verified Answer
    Offline posted

    Got it in the DoubleClickEvent by

    Infragistics.WebUI.UltraWebChart.UltraChart ChartName = (Infragistics.WebUI.UltraWebChart.UltraChart)sender;

    string ID = sender.ID;

Reply Children
No Data