Uses of Class
com.jrefinery.chart.VerticalCategoryPlot

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

Uses of VerticalCategoryPlot in com.jrefinery.chart
 

Subclasses of VerticalCategoryPlot in com.jrefinery.chart
 class OverlaidVerticalCategoryPlot
          An extension of VerticalCategoryPlot that allows multiple VerticalCategoryPlots to be overlaid in one space, using common axes.
 

Methods in com.jrefinery.chart with parameters of type VerticalCategoryPlot
 void OverlaidVerticalCategoryPlot.add(VerticalCategoryPlot subplot)
          Adds a subplot.