IAxes.DepthTop IAxes
property DepthTop: IAxis; Type Library TeeChartx Description Returns the Depth chart axis located at the left-top edge of chart.
Example [Visual Basic]:
With TChart1
.Axis.DepthTop.Visible = True
End With