Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 12
Default Trend Lines and the Legend

The type of trend line is displayed in the Legend. Is there any way to
delete that? Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,722
Default Trend Lines and the Legend

Single click on the legend entry, then single click again (clicking on the
name, not the symbol). You can now press the delete key to remove the entry
from the legend.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Gingerly" wrote:

The type of trend line is displayed in the Legend. Is there any way to
delete that? Thanks.

  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 8,651
Default Trend Lines and the Legend

Which version of Excel allows that, Luke? It doesn't look as if Excel 2003
does. It will do that for a normal series, but not for a trend line.

For a trend line, all I could think of was to change the colour of font and
background, but that would make invisible not just the word "Linear", but
also the "(Series 1)" or whatever (i.e. the series name of the series for
which the trend line is drawn).
--
David Biddulph

"Luke M" wrote in message
...
Single click on the legend entry, then single click again (clicking on the
name, not the symbol). You can now press the delete key to remove the
entry
from the legend.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Gingerly" wrote:

The type of trend line is displayed in the Legend. Is there any way to
delete that? Thanks.



  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,722
Default Trend Lines and the Legend

Hmm, I'm using XL 2003, SP3.

Are you sure you're selecting the Trendline Legend entry, and not the
Trendline Legend key?

Additionally, the trendline legend entry can be removed from the legend
similar to other series, using VB:

ActiveChart.Legend.LegendEntries(2).Delete
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"David Biddulph" wrote:

Which version of Excel allows that, Luke? It doesn't look as if Excel 2003
does. It will do that for a normal series, but not for a trend line.

For a trend line, all I could think of was to change the colour of font and
background, but that would make invisible not just the word "Linear", but
also the "(Series 1)" or whatever (i.e. the series name of the series for
which the trend line is drawn).
--
David Biddulph

"Luke M" wrote in message
...
Single click on the legend entry, then single click again (clicking on the
name, not the symbol). You can now press the delete key to remove the
entry
from the legend.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Gingerly" wrote:

The type of trend line is displayed in the Legend. Is there any way to
delete that? Thanks.




  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 12
Default Trend Lines and the Legend

Unfortunately, it didn't work. I just want to remove the TYPE of trend line
that it is (in my case the LOG for logarithmic) in the Legend not the actual
Legent entry. Thanks to you both for your help - any other ideas?

"Luke M" wrote:

Hmm, I'm using XL 2003, SP3.

Are you sure you're selecting the Trendline Legend entry, and not the
Trendline Legend key?

Additionally, the trendline legend entry can be removed from the legend
similar to other series, using VB:

ActiveChart.Legend.LegendEntries(2).Delete
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"David Biddulph" wrote:

Which version of Excel allows that, Luke? It doesn't look as if Excel 2003
does. It will do that for a normal series, but not for a trend line.

For a trend line, all I could think of was to change the colour of font and
background, but that would make invisible not just the word "Linear", but
also the "(Series 1)" or whatever (i.e. the series name of the series for
which the trend line is drawn).
--
David Biddulph

"Luke M" wrote in message
...
Single click on the legend entry, then single click again (clicking on the
name, not the symbol). You can now press the delete key to remove the
entry
from the legend.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Gingerly" wrote:

The type of trend line is displayed in the Legend. Is there any way to
delete that? Thanks.






  #6   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 8,651
Default Trend Lines and the Legend

I suppose that one way would be to look at the equation of your trendline
(or use an appropriate regression process to produce the equivalent
equation), then produce a series using that equation, then plot that series
(with whatever label you want) and delete the trendline from your plot.
--
David Biddulph

"Gingerly" wrote in message
...
Unfortunately, it didn't work. I just want to remove the TYPE of trend
line
that it is (in my case the LOG for logarithmic) in the Legend not the
actual
Legent entry. Thanks to you both for your help - any other ideas?

"Luke M" wrote:

Hmm, I'm using XL 2003, SP3.

Are you sure you're selecting the Trendline Legend entry, and not the
Trendline Legend key?

Additionally, the trendline legend entry can be removed from the legend
similar to other series, using VB:

ActiveChart.Legend.LegendEntries(2).Delete
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"David Biddulph" wrote:

Which version of Excel allows that, Luke? It doesn't look as if Excel
2003
does. It will do that for a normal series, but not for a trend line.

For a trend line, all I could think of was to change the colour of font
and
background, but that would make invisible not just the word "Linear",
but
also the "(Series 1)" or whatever (i.e. the series name of the series
for
which the trend line is drawn).
--
David Biddulph

"Luke M" wrote in message
...
Single click on the legend entry, then single click again (clicking
on the
name, not the symbol). You can now press the delete key to remove the
entry
from the legend.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Gingerly" wrote:

The type of trend line is displayed in the Legend. Is there any way
to
delete that? Thanks.





  #7   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,722
Default Trend Lines and the Legend

Format trendline. Under options tab, you can choose the automatice name
(include type) or give it your own name (even nothing, if you want it blank)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Gingerly" wrote:

Unfortunately, it didn't work. I just want to remove the TYPE of trend line
that it is (in my case the LOG for logarithmic) in the Legend not the actual
Legent entry. Thanks to you both for your help - any other ideas?

"Luke M" wrote:

Hmm, I'm using XL 2003, SP3.

Are you sure you're selecting the Trendline Legend entry, and not the
Trendline Legend key?

Additionally, the trendline legend entry can be removed from the legend
similar to other series, using VB:

ActiveChart.Legend.LegendEntries(2).Delete
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"David Biddulph" wrote:

Which version of Excel allows that, Luke? It doesn't look as if Excel 2003
does. It will do that for a normal series, but not for a trend line.

For a trend line, all I could think of was to change the colour of font and
background, but that would make invisible not just the word "Linear", but
also the "(Series 1)" or whatever (i.e. the series name of the series for
which the trend line is drawn).
--
David Biddulph

"Luke M" wrote in message
...
Single click on the legend entry, then single click again (clicking on the
name, not the symbol). You can now press the delete key to remove the
entry
from the legend.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Gingerly" wrote:

The type of trend line is displayed in the Legend. Is there any way to
delete that? Thanks.



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 prevent trend line info in legend? Don Culp Charts and Charting in Excel 1 October 17th 08 08:51 AM
Trend Lines help Bob Charts and Charting in Excel 1 February 28th 08 10:29 AM
Trend Lines PA Charts and Charting in Excel 1 December 12th 07 03:14 PM
Manual Trend lines [email protected] Excel Worksheet Functions 1 December 6th 06 07:35 PM
Trend Lines (or Linest?) Martinaire Excel Worksheet Functions 2 November 26th 04 06:08 PM


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