本文介绍了在饼图区域上单击事件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要在弹出窗口中显示饼图(区域)的详细信息

但我没有在饼图上获得点击事件

请帮助我

i need to show the details of the pie chart (region)in pop up
but i didnt get a click event on pie chart
please help me

推荐答案

protected  void   PieChart_Click(object sender, ImageMapEventArgs e)
{
  //your code to open popup
}







希望它有帮助




hope it helps



这篇关于在饼图区域上单击事件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-24 20:23