Sends the object to the back of the z-order.
expression . SendToBack
expression A variable that represents a ChartObject object.
Variant
This example sends embedded chart one on Sheet1 to the back of the z-order.
Worksheets("Sheet1").ChartObjects(1).SendToBack