Uses of Class
com.jrefinery.chart.ui.AxisPropertyEditPanel

Packages that use AxisPropertyEditPanel
com.jrefinery.chart.ui An optional package containing user interface components for editing chart properties (used in the JFreeChart demo application); 
 

Uses of AxisPropertyEditPanel in com.jrefinery.chart.ui
 

Methods in com.jrefinery.chart.ui that return AxisPropertyEditPanel
static AxisPropertyEditPanel AxisPropertyEditPanel.getInstance(Axis axis)
          A static method that returns a panel that is appropriate for the axis type.
 AxisPropertyEditPanel PlotPropertyEditPanel.getDomainAxisPropertyEditPanel()
          Returns a reference to the panel for editing the properties of the domain axis.
 AxisPropertyEditPanel PlotPropertyEditPanel.getRangeAxisPropertyEditPanel()
          Returns a reference to the panel for editing the properties of the range axis.