Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 40
Default Relocate Value Axis Title

I an having issues with the value axis title appearing in different locations
depending on jow many data series are in a chart. I have tried a few things,
most recently the following line of code:

ActiveChart.Axes(xlValue).AxisTitle.Left = ActiveChart.PlotArea.Left + 10

It works about 90% of the time. When I increased the number of data series
to seven, the title is back inside the plot area.
Any suggestions?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,582
Default Relocate Value Axis Title

What version of Excel?

On occasion with chart VBA, it helps to run the command twice, that's right,
copy the line and paste it right after itself, so it executes twice.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Chip" wrote in message
...
I an having issues with the value axis title appearing in different
locations
depending on jow many data series are in a chart. I have tried a few
things,
most recently the following line of code:

ActiveChart.Axes(xlValue).AxisTitle.Left = ActiveChart.PlotArea.Left +
10

It works about 90% of the time. When I increased the number of data series
to seven, the title is back inside the plot area.
Any suggestions?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 40
Default Relocate Value Axis Title

Thanks, Jon.
I am using XP, my client has 2003.
I'll try out your suggestion.
Great website, by the way!

"Jon Peltier" wrote:

What version of Excel?

On occasion with chart VBA, it helps to run the command twice, that's right,
copy the line and paste it right after itself, so it executes twice.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Chip" wrote in message
...
I an having issues with the value axis title appearing in different
locations
depending on jow many data series are in a chart. I have tried a few
things,
most recently the following line of code:

ActiveChart.Axes(xlValue).AxisTitle.Left = ActiveChart.PlotArea.Left +
10

It works about 90% of the time. When I increased the number of data series
to seven, the title is back inside the plot area.
Any suggestions?




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
Axis title CHarp Charts and Charting in Excel 1 June 8th 09 06:04 PM
Axis title CHarp Charts and Charting in Excel 1 June 8th 09 02:32 AM
Axis title Marianne Charts and Charting in Excel 3 September 24th 08 01:10 PM
Pasting Objects into Chart title and Axis title Sam Charts and Charting in Excel 1 June 6th 05 08:50 PM
Y-axis title Bagheera Charts and Charting in Excel 2 December 8th 04 03:22 PM


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