soneal Posted March 20, 2007 Report Share Posted March 20, 2007 I have a pie chart that has 1 series. I need to be able to control the colors of the slices in the chart. I have tried using the Custom Palette Tool, but since it only has 1 series, it appears that it doesn't use the palette. I have also tried to change the color like: chart1.Points[0].Color = Color.Red; This changes the color in the legend and data grid, but not in the actual chart. I am using C# for my programming language. You help is greatly appreciated. Quote Link to comment Share on other sites More sharing options...
Frank Posted March 21, 2007 Report Share Posted March 21, 2007 chart1.Points[0].Color = Color.Red Does change the color of the first slice. Maybe your first slice is zero and is not the one you are seeing. If the problem persists, please attach a sample program that reproduces the problem. 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.