C
Chip
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?
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?