Uses of Class
com.jrefinery.chart.AxisNotCompatibleException

Packages that use AxisNotCompatibleException
com.jrefinery.chart The main classes in the JFreeChart class library. 
 

Uses of AxisNotCompatibleException in com.jrefinery.chart
 

Methods in com.jrefinery.chart that throw AxisNotCompatibleException
 void ThermometerPlot.setRangeAxis(ValueAxis axis)
          Sets the range axis for the plot.
 void XYPlot.setDomainAxis(ValueAxis axis)
          Sets the domain axis for the plot (this must be compatible with the plot type or an exception is thrown).
 void XYPlot.setRangeAxis(ValueAxis axis)
          Sets the range axis for the plot.
 void CombinedXYPlot.add(XYPlot subplot, int weight)
          Adds a subplot with a particular weight (greater than or equal to one).
 void CategoryPlot.setDomainAxis(CategoryAxis axis)
          Sets the domain axis for the plot (this must be compatible with the plot type or an exception is thrown).
 void CategoryPlot.setRangeAxis(ValueAxis axis)
          Sets the range axis for the plot.