Forum Discussion
janabug
Aug 12, 2020Copper Contributor
Multiple backgrounds in Excel charts
Hi, Is it possible to have 2 different styles of background in one Excel chart, eg gradient AND pattern, either at the whole chart area or one at a specific section and the other one at the other section?
If not, are there any other possibilities how I could implement that?
Thanks.
3 Replies
- Hello,
Though, I haven't tries it before. But I think you should be able to apply for instance, gradient to the Chart Area and Pattern to the Plot Area- SergeiBaklanDiamond Contributor
You may switch background by VBA or lock the chart to the cell and change conditionally cells colors having chart area transparent. Both approaches are described here Conditionally Format Chart Backgrounds and in some other places.