Notifications
Clear all
Topic starter
Aloha,
A chart title is centered, until... the chart title is manually moved, which breaks the centered property. How does one reset the centered property on the chart title? I can't find anything in properties or methods...
Mahalo for any feedback,
John Jacobson
Posted : 10/11/2018 5:00 pm
Hi John,
I usually just do it by eye, but you could try removing the title and then adding back in again. Copy your title text first so you can paste it back in.
Mynda
Posted : 10/11/2018 7:15 pm
To do it in code, you can just use:
ActiveChart.SetElement msoElementChartTitleCenteredOverlay
The same approach should also work manually.
Posted : 13/11/2018 11:44 am