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

Packages that use Axes
com.steema.teechart TeeChart Charting Library for Java. 
com.steema.teechart.editors   
 

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 TChartApplet.getAxes()
          Collection of predefined and custom axis objects.
 Axes TChart.getAxes()
          Collection of predefined and custom axis objects.
 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)
          Collection of predefined and custom axis objects.
 void Chart.setAxes(Axes value)
          Accesses the five axes, Top, Left, Right, Bottom and z depthas well as custom axis objects.
 

Uses of Axes in com.steema.teechart.editors
 

Methods in com.steema.teechart.editors with parameters of type Axes
static void ChartEditor.editAxes(Axes axes)
           
static void ChartEditor.editAxes(Axes axes, java.lang.String chartName)
           
static javax.swing.JDialog DialogFactory.getEditDialog(Axes axes)
           
static javax.swing.JDialog DialogFactory.getEditDialog(javax.swing.JFrame owner, Axes axes)