Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi:
The first series in a 3D column chart is a lot less than 1%. It shows up as a gray blur on the floor even though the color of the series is white. This happens because the 3d shading on top is gray. Is there a way to address only the top rectangle of each bar column and remove the shading within that series? The only way I have been able to get around this so far is saving a white bmp in Paint. Then I import the texture and apply it. With ActiveChart.SeriesCollection(6) .Fill.UserTextured TextureFile:= _ "C:\temp\white.bmp" .Fill.Visible = True End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Aligning line chart with column chart (4 categories) | Excel Discussion (Misc queries) | |||
How can I combine a stacked column chart and line chart? | Charts and Charting in Excel | |||
Dynamic Chart Title With 3D Stacked Column Chart | Charts and Charting in Excel | |||
Stacked Column Chart / Normal Column Chart | Charts and Charting in Excel | |||
How can I add a line chart in a stacked column chart style? | Excel Discussion (Misc queries) |