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
90
datachart click
posted

Hi,

I'm trying to execute a function on column click.

   seriesMouseLeftButtonDown: function (evt, ui) {
                    alert(ui.item.myXaxis+" "+ui.item.?????);
            
                },);

When I click on column i get the x axis label, but I need the series name also. How can I get it?