PC Review


Reply
Thread Tools Rate Thread

Changing Category (x) axis labels for radar charts

 
 
Bob Smith
Guest
Posts: n/a
 
      5th Feb 2008
Having difficulty assigning new labels for radar chart
Worksheets("R").ChartObjects("Chart 42").Chart.SetSourceData
Source:=Sheets("P").Range("C4:C40"), PlotBy:=xlColumns
works ok and the values change but I am lost as to how to change the
category x labels. Any suggestions ?

 
Reply With Quote
 
 
 
 
Peter T
Guest
Posts: n/a
 
      5th Feb 2008
s = Worksheets("P").Range("B4:B40").Address(, , xlR1C1, True)
Worksheets("R").ChartObjects("Chart 42").Chart.SeriesCollection(1).XValues =
s

change B4:B40 as appropriate

Regards,
Peter T

Change
"Bob Smith" <Bob (E-Mail Removed)> wrote in message
news:82B9E3AD-E6C4-44D6-91C0-(E-Mail Removed)...
> Having difficulty assigning new labels for radar chart
> Worksheets("R").ChartObjects("Chart 42").Chart.SetSourceData
> Source:=Sheets("P").Range("C4:C40"), PlotBy:=xlColumns
> works ok and the values change but I am lost as to how to change the
> category x labels. Any suggestions ?
>


 
Reply With Quote
 
Bob Smith
Guest
Posts: n/a
 
      5th Feb 2008
Found the solution, use multiple range selection in the line below

....Range("A4:A40,C4:C40").....

"Bob Smith" wrote:

> Having difficulty assigning new labels for radar chart
> Worksheets("R").ChartObjects("Chart 42").Chart.SetSourceData
> Source:=Sheets("P").Range("C4:C40"), PlotBy:=xlColumns
> works ok and the values change but I am lost as to how to change the
> category x labels. Any suggestions ?
>

 
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
Radar charts - Angle of category label SteveG Microsoft Excel Charting 0 18th Mar 2010 03:32 PM
formatting or moving a radar chart's axis labels icystorm Microsoft Excel Misc 0 9th Feb 2010 02:40 AM
Category Labels in Radar chart CrownEquip-Jen Microsoft Excel Charting 1 17th Nov 2009 06:21 PM
Excel 2007 text labels in category axis - missing labels Boris Microsoft Excel Charting 3 5th Dec 2008 04:33 PM
change axis info on radar charts =?Utf-8?B?YWxmcmVk?= Microsoft Excel Charting 1 11th Jan 2005 04:36 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:12 PM.