radhi Posted August 27, 2008 Report Share Posted August 27, 2008 Hi , how to separate a slice from pie on click of that slice Thanks Radhi Quote Link to comment Share on other sites More sharing options...
Frank Posted August 27, 2008 Report Share Posted August 27, 2008 You can separate an individual slice by setting: chart.Point[sliceIndex].SeparateSlice = separation; As for doing it when the user clicks, you can capture the MouseClick event and put this code there. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.