|
|
I have a data set that is fairly noisy and I find that the lighting and shading that is applied to the chart is distracting me from seeing the general contours of the data. Is there a way to turn off the lighting/shading so that there is a solid color for data within a band?
To remove the shading on surface charts requires a bit of code as there is no UI.
Select the chart. ALT+F11 to open VBE. CTRL+G to open immediate window. Enter following command and press Enter.
activechart.ChartGroups(1).has3dshading=false
Cheers,
Andy
www.andypope.info
Try this:-
Click in the Chart.
Chart Tools.
Design contextual tab.
Chart Styles group.
Click on Style 2 (because this is pretty, “solid”).
If my comments have helped please Vote As Helpful.
Thanks.
I actually have already chosen Style 19 as the best of the possible styles but I still have a problem with chart appearance. It is plotted as if there is a light in the upper right and the lower left side of every feature is lost in shadow.
To remove the shading on surface charts requires a bit of code as there is no UI.
Select the chart. ALT+F11 to open VBE. CTRL+G to open immediate window. Enter following command and press Enter.
activechart.ChartGroups(1).has3dshading=false
Cheers,
Andy
www.andypope.info
Thanks Andy,
That did the trick but I am surprised that it isn't part of the user interface.
I will have to save the command someplace for later use.
-David
Enter the thread ID of the thread you are merging into
To report abuse, sign in or continue without signing in
Thank you.
|
|
|
|
Don't have one of the above accounts?