User (Legacy) Posted January 20, 2003 Author Report Share Posted January 20, 2003 Hello Is it possible, to change the color of the pie chart? thanks for help Fr Link to comment Share on other sites More sharing options...
User (Legacy) Posted January 20, 2003 Report Share Posted January 20, 2003 Hello Is it possible, to change the color of the pie chart? thanks for help Fr Link to comment Share on other sites More sharing options...
Software FX Posted January 20, 2003 Report Share Posted January 20, 2003 Yes, you will use the Point property. In C# you would write chart1.Point[0].Color = Color.Red; -- Regards, JC Software FX Support "Fr Link to comment Share on other sites More sharing options...
Software FX Posted January 20, 2003 Report Share Posted January 20, 2003 Yes, you will use the Point property. In C# you would write chart1.Point[0].Color = Color.Red; -- Regards, JC Software FX Support "Fr Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.