Uses of Interface
com.jrefinery.chart.HorizontalValuePlot

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

Uses of HorizontalValuePlot in com.jrefinery.chart
 

Classes in com.jrefinery.chart that implement HorizontalValuePlot
 class CombinedXYPlot
          An extension of XYPlot that can contain multiple subplots, laid out horizontally or vertically.
 class HorizontalCategoryPlot
          A class that plots data from a CategoryDataset, with the values plotted along the horizontal axis and the categories plotted along the vertical axis.
 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 XYPlot
          A general class for plotting data in the form of (x, y) pairs.