Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 25
Default related to PIE charts N BAR charts

hello everyone,
i am using office 2007...
actually i have drawn some PIE charts and BAR charts with almost seven
variable each.. they are looking good in colors.. however i want the black n
white printout .. which is not giving the clear on the percentage in graphs..
is there any way to feed the PATTERNS in graphs for black n white picture..
like in books we have seen those things..
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,344
Default related to PIE charts N BAR charts

Hi,

If what you are asking is can you apply Patterns to charts as in 2003 and
earlier, the answer is no - that feature has been removed.

I suggest that you TRY a gradient fill instead and see if that meets your
needs.

I haven't tested this but - maybe you can create the chart in 2003 and move
it to 2007?

--
Cheers,
Shane Devenshire


"manish" wrote:

hello everyone,
i am using office 2007...
actually i have drawn some PIE charts and BAR charts with almost seven
variable each.. they are looking good in colors.. however i want the black n
white printout .. which is not giving the clear on the percentage in graphs..
is there any way to feed the PATTERNS in graphs for black n white picture..
like in books we have seen those things..

  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default related to PIE charts N BAR charts

Hi,

As Shane points out the feature has been deprecated.
But here is a post I made in the newusers group.

The UI to patterns has gone but a little VBA goes a long way ;)

No idea how long this will remain a work around.

With ActiveSheet.ChartObjects(1).Chart.SeriesCollection (1).Fill
.Patterned Pattern:=msoPatternLargeConfetti
.ForeColor.SchemeColor = 17
.BackColor.SchemeColor = 2
End With


Cheers
Andy
--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"manish" wrote in message
...
hello everyone,
i am using office 2007...
actually i have drawn some PIE charts and BAR charts with almost seven
variable each.. they are looking good in colors.. however i want the black
n
white printout .. which is not giving the clear on the percentage in
graphs..
is there any way to feed the PATTERNS in graphs for black n white
picture..
like in books we have seen those things..


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
related to PIE charts N BAR charts manish Excel Discussion (Misc queries) 3 June 25th 07 05:08 PM
interactive charts for stacked bar charts [email protected] Charts and Charting in Excel 4 December 28th 06 09:58 PM
Combine Clustered Column Bar charts and Stacked column bar charts Richard Charts and Charting in Excel 1 October 26th 06 02:44 AM
Matching the colors Column Charts and Pie Charts RohanSewgobind Charts and Charting in Excel 3 April 21st 06 09:35 PM
Charts Loi New Users to Excel 3 December 10th 04 04:32 PM


All times are GMT +1. The time now is 01:18 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"