Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 407
Default legend naming issue

I have an XY graph with five lines. At the bottom, is the legend that shows
the values that pertain to each line, say 5%, 6%, 7%, 8%, and 9%. But it
doesn't show the name of what those values represent, such as "interest
rate". I am not sure how to get that name, which would be found in some
cell (so it can change), into the legend box. Can someone tell me how this
is done (without macros), please? If the name cannot come from a cell but
must be inserted manually into the legend, that is OK, too, though less
preferable.

Thanks!
Dean


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 116
Default legend naming issue

Hi Dean,

Right click on the Chart. Select Chart Options. Select Titles.


Alan


"The only dumb question is a question left unasked."


"Dean" wrote in message
...
I have an XY graph with five lines. At the bottom, is the legend that
shows the values that pertain to each line, say 5%, 6%, 7%, 8%, and 9%.
But it doesn't show the name of what those values represent, such as
"interest rate". I am not sure how to get that name, which would be found
in some cell (so it can change), into the legend box. Can someone tell me
how this is done (without macros), please? If the name cannot come from a
cell but must be inserted manually into the legend, that is OK, too, though
less preferable.

Thanks!
Dean



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 407
Default legend naming issue

Perhaps, I was not clear enough (or else I'm dumb). Actually, it is a line
graph, not XY, though I see no change if I change it to XY. I already have
names for the chart itself and x and y axis. What I don't have names for
are the legend labels for the values of the five lines on the chart. When I
go to where you're talking, the first 3 of 5 boxes are filled in and the
last two are hushed, and I'm not sure that those two hushed boxes would be
the right places anyway.

A workaround is to use a custom format on the 5 values, putting an "interest
rate" 0% type format. The chart then shows the word in front of the number.
But this seems to be something I shouldn't have to work around.

Thanks!
Dean

"Alan" wrote in message
...
Hi Dean,

Right click on the Chart. Select Chart Options. Select Titles.


Alan


"The only dumb question is a question left unasked."


"Dean" wrote in message
...
I have an XY graph with five lines. At the bottom, is the legend that
shows the values that pertain to each line, say 5%, 6%, 7%, 8%, and 9%.
But it doesn't show the name of what those values represent, such as
"interest rate". I am not sure how to get that name, which would be found
in some cell (so it can change), into the legend box. Can someone tell me
how this is done (without macros), please? If the name cannot come from a
cell but must be inserted manually into the legend, that is OK, too,
though less preferable.

Thanks!
Dean





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default legend naming issue

The "Legend" always shows the Series name next to the key (an icon like
representation of the series format). You can change the series names in
various ways, try right-click chart and Source Data...

Regards,
Peter T

You can change the series name in the
"Dean" wrote in message
...
Perhaps, I was not clear enough (or else I'm dumb). Actually, it is a

line
graph, not XY, though I see no change if I change it to XY. I already

have
names for the chart itself and x and y axis. What I don't have names for
are the legend labels for the values of the five lines on the chart. When

I
go to where you're talking, the first 3 of 5 boxes are filled in and the
last two are hushed, and I'm not sure that those two hushed boxes would be
the right places anyway.

A workaround is to use a custom format on the 5 values, putting an

"interest
rate" 0% type format. The chart then shows the word in front of the

number.
But this seems to be something I shouldn't have to work around.

Thanks!
Dean

"Alan" wrote in message
...
Hi Dean,

Right click on the Chart. Select Chart Options. Select Titles.


Alan


"The only dumb question is a question left unasked."


"Dean" wrote in message
...
I have an XY graph with five lines. At the bottom, is the legend that
shows the values that pertain to each line, say 5%, 6%, 7%, 8%, and 9%.
But it doesn't show the name of what those values represent, such as
"interest rate". I am not sure how to get that name, which would be

found
in some cell (so it can change), into the legend box. Can someone tell

me
how this is done (without macros), please? If the name cannot come from

a
cell but must be inserted manually into the legend, that is OK, too,
though less preferable.

Thanks!
Dean







  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 407
Default legend naming issue

Boy, I'm really thick on this one! I have five series of data of Y versus
X - each is a line of a different color. The series names are 5%, 6%, 7%,
8%, and 9% right now, these names are coming from cells. I could change
them all to one cell that says "Interest Rate", but then the name in the
legend beside each color sample would all be the same.

"Peter T" <peter_t@discussions wrote in message
...
The "Legend" always shows the Series name next to the key (an icon like
representation of the series format). You can change the series names in
various ways, try right-click chart and Source Data...

Regards,
Peter T

You can change the series name in the
"Dean" wrote in message
...
Perhaps, I was not clear enough (or else I'm dumb). Actually, it is a

line
graph, not XY, though I see no change if I change it to XY. I already

have
names for the chart itself and x and y axis. What I don't have names for
are the legend labels for the values of the five lines on the chart.
When

I
go to where you're talking, the first 3 of 5 boxes are filled in and the
last two are hushed, and I'm not sure that those two hushed boxes would
be
the right places anyway.

A workaround is to use a custom format on the 5 values, putting an

"interest
rate" 0% type format. The chart then shows the word in front of the

number.
But this seems to be something I shouldn't have to work around.

Thanks!
Dean

"Alan" wrote in message
...
Hi Dean,

Right click on the Chart. Select Chart Options. Select Titles.


Alan


"The only dumb question is a question left unasked."


"Dean" wrote in message
...
I have an XY graph with five lines. At the bottom, is the legend that
shows the values that pertain to each line, say 5%, 6%, 7%, 8%, and 9%.
But it doesn't show the name of what those values represent, such as
"interest rate". I am not sure how to get that name, which would be

found
in some cell (so it can change), into the legend box. Can someone tell

me
how this is done (without macros), please? If the name cannot come
from

a
cell but must be inserted manually into the legend, that is OK, too,
though less preferable.

Thanks!
Dean











  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default legend naming issue

shouldn't the cell that holds 5% hold 5% Interest Rate
instead. Or it you want it changeable, then in the cell the contains 5%,
change it to have a formula like

="5% "&A9

where A9 will hold the changeable value interest rate.

--
Regards,
Tom Ogilvy



"Dean" wrote in message
...
Boy, I'm really thick on this one! I have five series of data of Y versus
X - each is a line of a different color. The series names are 5%, 6%, 7%,
8%, and 9% right now, these names are coming from cells. I could change
them all to one cell that says "Interest Rate", but then the name in the
legend beside each color sample would all be the same.

"Peter T" <peter_t@discussions wrote in message
...
The "Legend" always shows the Series name next to the key (an icon like
representation of the series format). You can change the series names in
various ways, try right-click chart and Source Data...

Regards,
Peter T

You can change the series name in the
"Dean" wrote in message
...
Perhaps, I was not clear enough (or else I'm dumb). Actually, it is a

line
graph, not XY, though I see no change if I change it to XY. I already

have
names for the chart itself and x and y axis. What I don't have names
for
are the legend labels for the values of the five lines on the chart.
When

I
go to where you're talking, the first 3 of 5 boxes are filled in and the
last two are hushed, and I'm not sure that those two hushed boxes would
be
the right places anyway.

A workaround is to use a custom format on the 5 values, putting an

"interest
rate" 0% type format. The chart then shows the word in front of the

number.
But this seems to be something I shouldn't have to work around.

Thanks!
Dean

"Alan" wrote in message
...
Hi Dean,

Right click on the Chart. Select Chart Options. Select Titles.


Alan


"The only dumb question is a question left unasked."


"Dean" wrote in message
...
I have an XY graph with five lines. At the bottom, is the legend that
shows the values that pertain to each line, say 5%, 6%, 7%, 8%, and
9%.
But it doesn't show the name of what those values represent, such as
"interest rate". I am not sure how to get that name, which would be

found
in some cell (so it can change), into the legend box. Can someone
tell

me
how this is done (without macros), please? If the name cannot come
from

a
cell but must be inserted manually into the legend, that is OK, too,
though less preferable.

Thanks!
Dean











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
How to place a legend inside a legend 2Quick Excel Discussion (Misc queries) 0 April 21st 09 07:41 PM
Zero values not legend, Value grater then zero show data and legend Pamela[_3_] Excel Discussion (Misc queries) 1 January 28th 09 10:20 AM
legend Windy Excel Discussion (Misc queries) 2 November 18th 08 08:50 PM
Legend assaf1978 Excel Discussion (Misc queries) 5 November 3rd 08 01:22 PM
Legend Deb Charts and Charting in Excel 1 October 22nd 07 11:49 PM


All times are GMT +1. The time now is 09:35 AM.

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"