ZOrder Property Example

This example displays the z-order position of embedded chart one on Sheet1.

MsgBox "The chart's z-order position is " & _
    Worksheets("Sheet1").ChartObjects(1).ZOrder