Uses of Interface
com.jrefinery.chart.VerticalValuePlot

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

Uses of VerticalValuePlot in com.jrefinery.chart
 

Classes in com.jrefinery.chart that implement VerticalValuePlot
 class CombinedXYPlot
          An extension of XYPlot that can contain multiple subplots, laid out horizontally or vertically.
 class OverlaidVerticalCategoryPlot
          An extension of VerticalCategoryPlot that allows multiple VerticalCategoryPlots to be overlaid in one space, using common axes.
 class OverlaidXYPlot
          An extension of XYPlot that allows multiple XYPlots to be overlaid in one space, using common axes.
 class PeriodMarkerPlot
          A plot that marks time periods, for use in overlaid plots.
 class ThermometerPlot
          A plot that displays a single value in a thermometer type display.
 class VerticalCategoryPlot
          A general class for plotting vertical category charts (bars/lines/shapes), using data from any class that implements the CategoryDataset interface.
 class XYPlot
          A general class for plotting data in the form of (x, y) pairs.