L
Legacy 25607
Guest
I have a chart and I have reversed the sign of the data in Y using:
ActiveChart.Axes(xlValue).ReversePlotOrder = True
My X axis title is now at the top of the chart. How do I force it to the bottom ?
Benedicte
ActiveChart.Axes(xlValue).ReversePlotOrder = True
My X axis title is now at the top of the chart. How do I force it to the bottom ?
Benedicte