Changing ChartInterior

Hello, Is it possible to change the ChartInterior options one by one? Let''s say I only want to change the BackColor. Is it possible to do anything like this - chartControl1.ChartInterior.BackColor=Color.AliceBlue; Or do I always have to create a new BrushInfo object? Thanks for any help. I really appreciate it. Thanks, Nick

1 Reply

AD Administrator Syncfusion Team July 24, 2005 08:49 PM UTC

Hi Nick, There is no upport for changing a particular attribute of the BrushInfo class as it is an immutable class. We will add static constructors that take an existing BrushInfo and an attribute to be changed to support transferring values from a existing BrushInfo to a new one. Thanks, Davis

Loader.
Up arrow icon