PC Review


Reply
Thread Tools Rate Thread

How do I change one point in a scatter chart color

 
 
=?Utf-8?B?RWQ=?=
Guest
Posts: n/a
 
      30th Mar 2006
I want to change teh colour of one point in a scatter chart, for example
Person Score Age time
A 25 20 1
B 20 14 1.5
C 22 22 0.75
D 23 23 1.25

I want to plot score against age, but highlight the point where the time is
less than 1. Any help would be appreciated
 
Reply With Quote
 
 
 
 
Andy Pope
Guest
Posts: n/a
 
      30th Mar 2006
Hi,

The easiest way is to add another series to plot just the points that
need a different colour.

Assuming your data example is in the range A15 then add this formula
to E2 and drag down to E5.

=IF(D2<1,C2,NA())

Now add the series E2:E5 to the chart and format the series as required.

For more information in conditional charts have a look here.
http://peltiertech.com/Excel/Charts/...nalChart1.html

Cheers
Andy

Ed wrote:
> I want to change teh colour of one point in a scatter chart, for example
> Person Score Age time
> A 25 20 1
> B 20 14 1.5
> C 22 22 0.75
> D 23 23 1.25
>
> I want to plot score against age, but highlight the point where the time is
> less than 1. Any help would be appreciated


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
 
Reply With Quote
 
mstickma
Guest
Posts: n/a
 
      30th Mar 2006
You can pick just one point in a series, and format it differently.
Just click the series on the chart first, and you will see all the
points highlighted. Click again on the point within that series that
you want to re-format. Now you will see just the one point within the
series highlighted. Right-click on the highlighted point, and select
Format Data Point. From there you can change color, shape, weight, etc.
Somewhat precise clicking is required, so watch out for that.

 
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
Scatter Chart individual point changes =?Utf-8?B?ZHVrZXR0ZXI=?= Microsoft Excel Charting 6 18th Sep 2007 10:47 PM
Scatter Chart with point labels Jim Microsoft Excel Programming 1 9th Dec 2005 12:32 AM
How to get x,y coordinates of point from scatter chart in VBA =?Utf-8?B?TWlsbw==?= Microsoft Excel Programming 0 29th Nov 2005 12:18 AM
clicking on a point in a scatter chart =?Utf-8?B?U0Q=?= Microsoft Excel Programming 1 26th Jul 2005 03:54 AM
On a scatter chart show two point have same value =?Utf-8?B?TWF6IFBhZ2U=?= Microsoft Excel Charting 1 16th Dec 2004 01:00 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:31 PM.