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

Packages that use Axes
com.steema.teechart   
 

Uses of Axes in com.steema.teechart
 

Fields in com.steema.teechart declared as Axes
protected  Axes Chart.axes
           
 

Methods in com.steema.teechart that return Axes
 Axes TChart.getAxes()
           
 Axes IBaseChart.getAxes()
           
 Axes Chart.getAxes()
          Accesses the five axes, Top, Left, Right, Bottom and z depthas well as custom axis objects.
 

Methods in com.steema.teechart with parameters of type Axes
 void TChart.setAxes(Axes axes)
           
 void Chart.setAxes(Axes value)
          Accesses the five axes, Top, Left, Right, Bottom and z depthas well as custom axis objects.