Jump to content
Software FX Community

changing pie chart colors


soneal

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...