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
40
Is it possible to have a click event for each pie slice?
posted

Currently, we are working on an UltraChart and it will have an event happen when the chart is clicked. That is not a major issue. However, I would like to know if it is possible to assign a click even for EACH pie slice in the UltraChart.

Parents
  • 26458
    Verified Answer
    Offline posted

    You can't assign click events to pie chart slices, but you can handle ChartDataClicked event and based on what the Row property is set to, call various functions related to each of the slices.

Reply Children