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. 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.