PC Review


Reply
Thread Tools Rate Thread

3D column chart

 
 
canbya
Guest
Posts: n/a
 
      13th Dec 2006
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

 
Reply With Quote
 
 
 
 
Jon Peltier
Guest
Posts: n/a
 
      14th Dec 2006
Consider whether a 3D column chart is a reasonable chart type for your data.
Or for any data. In general, 3D charts are worse at showing data accurately
and people are worse at reading them accurately. What kind of 2D charts also
can show this data?

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"canbya" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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
>



 
Reply With Quote
 
canbya
Guest
Posts: n/a
 
      14th Dec 2006
Thanks for the idea, but already been there, done that, and it didn't
fly with the user.
There is an idea that it must be 3d to be "modern". And to give them
credit, it does look more visually appealing in 3D, expecially with
gradiant.

So, I take it there is no other way to turn off the top shading on a 3d
column. Good thing there is texture overlay.
Cheers
E

 
Reply With Quote
 
Jon Peltier
Guest
Posts: n/a
 
      14th Dec 2006
My condolences on the user's poor taste. 3D charts can obfuscate the data,
and gradients merely cloud the issue further. I quit a project because the
user insisted on reusing their old 3D charts, with formatting selected to
match the default charts in PowerPoint. The Project Manager had approved my
redesign and I was 3/4 finished when some VP objected.

I know of no way to get what you want, because I haven't wasted enough time
on 3D charts to have found it.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"canbya" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Thanks for the idea, but already been there, done that, and it didn't
> fly with the user.
> There is an idea that it must be 3d to be "modern". And to give them
> credit, it does look more visually appealing in 3D, expecially with
> gradiant.
>
> So, I take it there is no other way to turn off the top shading on a 3d
> column. Good thing there is texture overlay.
> Cheers
> E
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Aligning line chart with column chart (4 categories) Dream Microsoft Excel Misc 0 13th Jan 2010 06:51 AM
Chart Error when using Chart Line - Column on 2 Axes in vba code =?Utf-8?B?Sm9obg==?= Microsoft Excel Programming 2 3rd Aug 2007 01:42 PM
Stacked Column Chart / Normal Column Chart =?Utf-8?B?Um93YW4gRHJ1bW1vbmQ=?= Microsoft Excel Charting 1 8th Aug 2006 04:56 AM
How can I add a line chart in a stacked column chart style? =?Utf-8?B?R3VpbGhlcm1lIExvcmV0dGk=?= Microsoft Excel Misc 0 3rd Aug 2006 01:46 AM
Re: Combined columnar chart(3 - 5 columns) and stacked column (1 column, 2 series) as one chart Nicky Microsoft Excel Charting 1 8th Apr 2004 07:01 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:53 PM.