ChartObject.SendToBack method (Excel)
Sends the object to the back of the z-order.
Syntax
expression.SendToBack
expression A variable that represents a ChartObject object.
Return value
Variant
Example
This example sends embedded chart one on Sheet1 to the back of the z-order.
Worksheets("Sheet1").ChartObjects(1).SendToBack
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.