Chart.PageSetup property (Excel)

Returns a PageSetup object that contains all the page setup settings for the specified object. Read-only.

Syntax

expression.PageSetup

expression A variable that represents a Chart object.

Example

This example sets the center header text for Chart1.

Charts("Chart1").PageSetup.CenterHeader = "December Sales"

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.