View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chip Chip is offline
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?