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.
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.