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
305
BreakSlice on Client side click event
posted

Is it possible to break the selected slice in a pie chart using the client side mouse click event? I do not want to make a trip to the server just to break the slice that was clicked by the user. Any ideas? If it is possible, can you please provide the basic javascript code that would do it.

  • 28496
    Suggested Answer
    Offline posted

    sorry, but this is not possible through any feature of the chart.  perhaps you could place the chart in a WebAsyncRefreshPanel so you can make the change on the server without doing a full page postback.