ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Change background on excel chart (https://www.excelbanter.com/excel-programming/436022-change-background-excel-chart.html)

Steffen Brandsborg

Change background on excel chart
 
Hi,

Generating a excel chart with some .net code like that in the url below.

http://vb.net-informations.com/excel...icture_box.htm

How can i change the background on the chart im generating? any advice?

Steffen


JLGWhiz[_2_]

Change background on excel chart
 
From VBA help file:


With Charts("Chart1").ChartArea
.Interior.ColorIndex = 3
.Border.ColorIndex = 5
End With



"Steffen Brandsborg" wrote in message
...
Hi,

Generating a excel chart with some .net code like that in the url below.

http://vb.net-informations.com/excel...icture_box.htm

How can i change the background on the chart im generating? any advice?

Steffen





All times are GMT +1. The time now is 08:22 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com