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











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

Actually, now that I realize that the 5% cell does not need to be used by
any other calculation, your (variable) approach is better than my
workaround. The question is whether I would have this interest rate
formatting on only the first one, which will be visually a bit unbalanced,
especially on the table below the graph (though I guess I could have the
legend look at a version other than what's in the table, one with the &A9
part), or on all of them, which takes a lot of space in the legend. It
seems there should be some way that the legend box would have a title, but I
guess there isn't right?

This is not a big deal. Sometimes my end users focus on cosmetic nits like
this, sometimes not! Don't spend any more time on it, Tom.

Thanks!
Dean

"Tom Ogilvy" wrote in message
...
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













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

You could hide the column with the 5%. Then in the next cell to the left,
(assume b5), put in a formula like =C5& $F$3

where $F$3 contains the changeable "Interest Rate" text. Then drag down
(assuming a row orientation for your data)

Then right click on the graph and select data source. click on each series
and in the name box put in =sheet1!$B$5 (the appropriate cell for each
legend item).

as an example.

Another alternative is to put a textbox on the sheet above the legent.
click the textbox, then go to the formula bar and type in

=Sheet1!$F$3 and hit enter

this will link the cell to F3.

The textbox should be the one from the drawing toolbar.

John Peltier has a site with extensive information on charts and programming
charts. You might find something better there.
http://peltiertech.com/

--
Regards,
Tom Ogilvy


"Dean" wrote in message
...
Actually, now that I realize that the 5% cell does not need to be used by
any other calculation, your (variable) approach is better than my
workaround. The question is whether I would have this interest rate
formatting on only the first one, which will be visually a bit unbalanced,
especially on the table below the graph (though I guess I could have the
legend look at a version other than what's in the table, one with the &A9
part), or on all of them, which takes a lot of space in the legend. It
seems there should be some way that the legend box would have a title, but
I guess there isn't right?

This is not a big deal. Sometimes my end users focus on cosmetic nits
like this, sometimes not! Don't spend any more time on it, Tom.

Thanks!
Dean

"Tom Ogilvy" wrote in message
...
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















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

Wow, you are a wealth of info. Thanks!

"Tom Ogilvy" wrote in message
...
You could hide the column with the 5%. Then in the next cell to the left,
(assume b5), put in a formula like =C5& $F$3

where $F$3 contains the changeable "Interest Rate" text. Then drag down
(assuming a row orientation for your data)

Then right click on the graph and select data source. click on each
series and in the name box put in =sheet1!$B$5 (the appropriate cell for
each legend item).

as an example.

Another alternative is to put a textbox on the sheet above the legent.
click the textbox, then go to the formula bar and type in

=Sheet1!$F$3 and hit enter

this will link the cell to F3.

The textbox should be the one from the drawing toolbar.

John Peltier has a site with extensive information on charts and
programming charts. You might find something better there.
http://peltiertech.com/

--
Regards,
Tom Ogilvy


"Dean" wrote in message
...
Actually, now that I realize that the 5% cell does not need to be used by
any other calculation, your (variable) approach is better than my
workaround. The question is whether I would have this interest rate
formatting on only the first one, which will be visually a bit
unbalanced, especially on the table below the graph (though I guess I
could have the legend look at a version other than what's in the table,
one with the &A9 part), or on all of them, which takes a lot of space in
the legend. It seems there should be some way that the legend box would
have a title, but I guess there isn't right?

This is not a big deal. Sometimes my end users focus on cosmetic nits
like this, sometimes not! Don't spend any more time on it, Tom.

Thanks!
Dean

"Tom Ogilvy" wrote in message
...
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 02:02 AM.

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

About Us

"It's about Microsoft Excel"