Uses of Class
com.steema.teechart.axis.DepthAxis

Packages that use DepthAxis
com.steema.teechart.axis   
 

Uses of DepthAxis in com.steema.teechart.axis
 

Fields in com.steema.teechart.axis declared as DepthAxis
protected  DepthAxis Axes.depth
           
protected  DepthAxis Axes.depthTop
           
 

Methods in com.steema.teechart.axis that return DepthAxis
 DepthAxis Axes.getDepth()
          Accesses characteristics of the Depth Axis, or z axis as it is also known.
 

Methods in com.steema.teechart.axis with parameters of type DepthAxis
 void Axes.setDepth(DepthAxis value)
          Accesses characteristics of the Depth Axis, or z axis as it is also known.
 void Axes.setDepthTop(DepthAxis value)
          Sets the Depth chart axis located at the left-top edge of chart.