A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Charts and Charting
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Incorporating Text Box in Excel Chart



 
 
Thread Tools Display Modes
  #1  
Old March 19th, 2010, 12:21 AM posted to microsoft.public.excel.charting
Al Charbonneau[_2_]
external usenet poster
 
Posts: 8
Default Incorporating Text Box in Excel Chart

I have a chart that has a text box at the top. Every time I change or move
the chart the text box ends up out of place. Is there any way to
"incorporate" text box with the chart so that it keeps its relative position
as the chart changes or moves?

Thanks in advance

Al
  #2  
Old March 19th, 2010, 03:04 AM posted to microsoft.public.excel.charting
ck13
external usenet poster
 
Posts: 44
Default Incorporating Text Box in Excel Chart

Try this:
Click on the text box, hold the Shift button on the keyboard, click on the
chart. You show be able to see that both the text box and the chart are
selected. Then right click and select grouping and then group. This should do
it.

Click yes below if this works for you.

"Al Charbonneau" wrote:

I have a chart that has a text box at the top. Every time I change or move
the chart the text box ends up out of place. Is there any way to
"incorporate" text box with the chart so that it keeps its relative position
as the chart changes or moves?

Thanks in advance

Al

  #3  
Old March 22nd, 2010, 12:03 AM posted to microsoft.public.excel.charting
Jon Peltier[_2_]
external usenet poster
 
Posts: 386
Default Incorporating Text Box in Excel Chart

His textbox is already in the chart, it just doesn't stay put.

Al -

If you could use an axis title or chart title instead of this textbox,
do so, because those text elements stay in place.

If the text box is within the plotting rectangle, add a dummy XY series
with one point, to locate your label, and add a data label with the
contents of the text box. This will stay wherever the X and Y you used
are positioned.

If you need to use a text box, it's going to move. If there's already
code in your workbook, add a routine on workbook_open that repositions
the textbox.

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
774-275-0064
http://peltiertech.com/


On 3/18/2010 11:04 PM, ck13 wrote:
Try this:
Click on the text box, hold the Shift button on the keyboard, click on the
chart. You show be able to see that both the text box and the chart are
selected. Then right click and select grouping and then group. This should do
it.

Click yes below if this works for you.

"Al Charbonneau" wrote:

I have a chart that has a text box at the top. Every time I change or move
the chart the text box ends up out of place. Is there any way to
"incorporate" text box with the chart so that it keeps its relative position
as the chart changes or moves?

Thanks in advance

Al

  #4  
Old March 22nd, 2010, 02:51 AM posted to microsoft.public.excel.charting
ck13
external usenet poster
 
Posts: 44
Default Incorporating Text Box in Excel Chart

Maybe I have over complicate the thing. Do agree that if possible, chart
title will be the best option. Recently I use textbox in my chart in addition
to my chart title. And when I saw the post, my immediate thought is that he
need something similar to mine.



"Jon Peltier" wrote:

His textbox is already in the chart, it just doesn't stay put.

Al -

If you could use an axis title or chart title instead of this textbox,
do so, because those text elements stay in place.

If the text box is within the plotting rectangle, add a dummy XY series
with one point, to locate your label, and add a data label with the
contents of the text box. This will stay wherever the X and Y you used
are positioned.

If you need to use a text box, it's going to move. If there's already
code in your workbook, add a routine on workbook_open that repositions
the textbox.

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
774-275-0064
http://peltiertech.com/


On 3/18/2010 11:04 PM, ck13 wrote:
Try this:
Click on the text box, hold the Shift button on the keyboard, click on the
chart. You show be able to see that both the text box and the chart are
selected. Then right click and select grouping and then group. This should do
it.

Click yes below if this works for you.

"Al Charbonneau" wrote:

I have a chart that has a text box at the top. Every time I change or move
the chart the text box ends up out of place. Is there any way to
"incorporate" text box with the chart so that it keeps its relative position
as the chart changes or moves?

Thanks in advance

Al

.

  #5  
Old March 22nd, 2010, 11:16 AM posted to microsoft.public.excel.charting
PBezucha
external usenet poster
 
Posts: 72
Default Incorporating Text Box in Excel Chart

I would not underestimate basic enlightenment. I remember my first ancient
disappointment when a textbox in an embedded chart dismissed when moving the
chart. If you try to insert a textbox into an embedded chart which has not
been pre-selected, the textbox stays stuck on the background worksheet, and
you see or not see it dependent on what is just selected. In the opposite
case, the textbox is fixed to chart area (the whole picture/shape) and not
plot area (the rectangle with markers, lines etc.). So if you then place
textbox elsewhere, it keeps the overall position, it is proportionally
changing with changing chart sizes (caution with font size! – delete
Automatic scaling). If you, however, want to have the textbox bound to plot
area, e.i. fixed to markers etc. while you reckon with changing the plot
content or size or position within chart area (it may come in small
automatically if you change the length of axis label numbers), then Jon’s
method is indispensable.
--
Petr Bezucha


"ck13" wrote:

Maybe I have over complicate the thing. Do agree that if possible, chart
title will be the best option. Recently I use textbox in my chart in addition
to my chart title. And when I saw the post, my immediate thought is that he
need something similar to mine.



"Jon Peltier" wrote:

His textbox is already in the chart, it just doesn't stay put.

Al -

If you could use an axis title or chart title instead of this textbox,
do so, because those text elements stay in place.

If the text box is within the plotting rectangle, add a dummy XY series
with one point, to locate your label, and add a data label with the
contents of the text box. This will stay wherever the X and Y you used
are positioned.

If you need to use a text box, it's going to move. If there's already
code in your workbook, add a routine on workbook_open that repositions
the textbox.

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
774-275-0064
http://peltiertech.com/


On 3/18/2010 11:04 PM, ck13 wrote:
Try this:
Click on the text box, hold the Shift button on the keyboard, click on the
chart. You show be able to see that both the text box and the chart are
selected. Then right click and select grouping and then group. This should do
it.

Click yes below if this works for you.

"Al Charbonneau" wrote:

I have a chart that has a text box at the top. Every time I change or move
the chart the text box ends up out of place. Is there any way to
"incorporate" text box with the chart so that it keeps its relative position
as the chart changes or moves?

Thanks in advance

Al

.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:20 PM.


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