Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 4
Default Color Break in Line Charts?

I have a cash projection spreadsheet with a linked line chart. In the
projection sheet, the font goes from black to green when the data goes from
actual to projected.

Is there a way to make the line or the x-axis change colors at the point
that the date does so (i.e., have the line turn green halfway through the
chart)?

Thank you in advance.
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2
Default Color Break in Line Charts?

On Oct 23, 8:39*am, Mr. Platypus
wrote:
I have a cash projection spreadsheet with a linked line chart. *In the
projection sheet, the font goes from black to green when the data goes from
actual to projected.

Is there a way to make the line or the x-axis change colors at the point
that the date does so (i.e., have the line turn green halfway through the
chart)?

Thank you in advance.


Wow. You and I asked the same question in two different ways. I hope
one of us gets an answer.
  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,344
Default Color Break in Line Charts?

Hi,

Yes/No - not the axis in 2003, but suppose your lowest value is 0, that is
the x-axis crosses the y-axis at zero. Add two new series to your data set
all of the values of which will be 0. See below. Add these two series to
the chart, turn their markers off and change their colors as you need.
Remove them from the Legend

Data Dummy X1 Dummy X2
12 0
31 0
21 0
54 0 0
34 0
54 0
61 0

If this helps, please click the Yes button.
--
Thanks,
Shane Devenshire


"Mr. Platypus" wrote:

I have a cash projection spreadsheet with a linked line chart. In the
projection sheet, the font goes from black to green when the data goes from
actual to projected.

Is there a way to make the line or the x-axis change colors at the point
that the date does so (i.e., have the line turn green halfway through the
chart)?

Thank you in advance.

  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 4
Default Color Break in Line Charts?

Thank you much. Unfortunately, that is not going to work. Adding dummy data
will not be advisable as the chart is continually having data added to it.

It don't want to have to update a dummy data set every time.

"ShaneDevenshire" wrote:

Hi,

Yes/No - not the axis in 2003, but suppose your lowest value is 0, that is
the x-axis crosses the y-axis at zero. Add two new series to your data set
all of the values of which will be 0. See below. Add these two series to
the chart, turn their markers off and change their colors as you need.
Remove them from the Legend

Data Dummy X1 Dummy X2
12 0
31 0
21 0
54 0 0
34 0
54 0
61 0

If this helps, please click the Yes button.
--
Thanks,
Shane Devenshire


"Mr. Platypus" wrote:

I have a cash projection spreadsheet with a linked line chart. In the
projection sheet, the font goes from black to green when the data goes from
actual to projected.

Is there a way to make the line or the x-axis change colors at the point
that the date does so (i.e., have the line turn green halfway through the
chart)?

Thank you in advance.

  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,344
Default Color Break in Line Charts?

Hi,

2003 and earlier has no way to format the axis to more than 1 color. You
can buy 2007 it lets you use gradient fill on the axis, but it is a gradient
not a solid color all the way to the half way point.

I suppose you can draw two lines using the line tool and format each to a
different colors then line them up over the axis.

You can check Jon Poltier's site but I doubt he has a solution.

--
Thanks,
Shane Devenshire


"Mr. Platypus" wrote:

Thank you much. Unfortunately, that is not going to work. Adding dummy data
will not be advisable as the chart is continually having data added to it.

It don't want to have to update a dummy data set every time.

"ShaneDevenshire" wrote:

Hi,

Yes/No - not the axis in 2003, but suppose your lowest value is 0, that is
the x-axis crosses the y-axis at zero. Add two new series to your data set
all of the values of which will be 0. See below. Add these two series to
the chart, turn their markers off and change their colors as you need.
Remove them from the Legend

Data Dummy X1 Dummy X2
12 0
31 0
21 0
54 0 0
34 0
54 0
61 0

If this helps, please click the Yes button.
--
Thanks,
Shane Devenshire


"Mr. Platypus" wrote:

I have a cash projection spreadsheet with a linked line chart. In the
projection sheet, the font goes from black to green when the data goes from
actual to projected.

Is there a way to make the line or the x-axis change colors at the point
that the date does so (i.e., have the line turn green halfway through the
chart)?

Thank you in advance.



  #6   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Color Break in Line Charts?

Hi,

There is no reason the dummy data has to be static.
You only need a few bits of information to draw 2 lines.
If you plot 1 additional data series as an xy-scatter with 2 points you
only need the start and finish x value to change. Y values would be zero
or whatever value your x axis crosses the Y.
These 2 values can be determined by formula. The formula can either be
stored in a couple of cells or named ranges if you do not want to use
the worksheet.

Cheers
Andy

Mr. Platypus wrote:
Thank you much. Unfortunately, that is not going to work. Adding dummy data
will not be advisable as the chart is continually having data added to it.

It don't want to have to update a dummy data set every time.

"ShaneDevenshire" wrote:


Hi,

Yes/No - not the axis in 2003, but suppose your lowest value is 0, that is
the x-axis crosses the y-axis at zero. Add two new series to your data set
all of the values of which will be 0. See below. Add these two series to
the chart, turn their markers off and change their colors as you need.
Remove them from the Legend

Data Dummy X1 Dummy X2
12 0
31 0
21 0
54 0 0
34 0
54 0
61 0

If this helps, please click the Yes button.
--
Thanks,
Shane Devenshire


"Mr. Platypus" wrote:


I have a cash projection spreadsheet with a linked line chart. In the
projection sheet, the font goes from black to green when the data goes from
actual to projected.

Is there a way to make the line or the x-axis change colors at the point
that the date does so (i.e., have the line turn green halfway through the
chart)?

Thank you in advance.


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
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
Line break GARY Excel Discussion (Misc queries) 1 November 6th 07 12:00 AM
How do I see the line color in my excell flow charts? Duke1 Excel Discussion (Misc queries) 0 October 17th 06 12:59 PM
Break cell into multiple lines by line break Chia Excel Discussion (Misc queries) 1 August 20th 06 06:37 AM
Let me use the Line Color icon on charts Stuart Bratesman Charts and Charting in Excel 0 January 6th 06 03:40 PM
Line Break Ramthebuffs Excel Discussion (Misc queries) 4 August 22nd 05 08:52 PM


All times are GMT +1. The time now is 06:53 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"