I am trying to use the ZedGraphControl to create a pie chart. I am able to add pie slices by using the
zedGraphControl.GraphPane.AddPieSlice (30, Color.Red, Color.White, 45f, .0, "Data");
Method, but there does not seem to be any
RemovePieSlice
Or any remove object at all methods. Am I missing something simple, or does this library not allow for the removal of slices?