Uses of Class
net.comrom.chart.Axis

Packages that use Axis
net.comrom.chart   
 

Uses of Axis in net.comrom.chart
 

Fields in net.comrom.chart declared as Axis
 Axis GaugePlotter.axis1
           
 Axis GaugePlotter.axis2
           
 Axis DataSerie.secondaryXAxis
          shall this serie use a secondary x axis?
 Axis DataSerie.secondaryYAxis
          shall this serie use a secondary y axis?
 Axis Chart.XAxis
          X axis of the chart
 Axis Chart.YAxis
           
 Axis Chart.Y2Axis
           
 Axis Axis.peerAxis
           
 

Methods in net.comrom.chart with parameters of type Axis
 void Chart.setY2Scale(Axis a)
           
 void Axis.addAdditionalAxis(Axis axis)
          add an additional axis to this axis
 void Axis.draw(ChartGraphics g, Axis peerAxis, boolean drawForeGround, boolean drawGridBackground)
           
 

Constructors in net.comrom.chart with parameters of type Axis
Chart(Title t, Plotter p, Axis X, Axis Y)