grom Posted February 13, 2008 Report Share Posted February 13, 2008 I just purchased your software and I need a quick tip. I have a pie char. I've assign a table as the data source. The table contains 2 columns (label, and value). I've put a couple of rows in the table. Each row is to represent a piece of the pie. I've got this working. What I'm wanting to know is that after I've assigned the data source how can I control the color of each piece of the pie? Let say piece one is to be orange, piece 2 is to be blue, and piece 3 is to be brown. Thanks, Glenn Link to comment Share on other sites More sharing options...
Frank Posted February 14, 2008 Report Share Posted February 14, 2008 Like this: chart.Point[0].Color = Color.Orange; chart.Point[1].Color = Color.Brown; Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.