com.jrefinery.chart
Interface VerticalValuePlot

All Known Implementing Classes:
ThermometerPlot, XYPlot, VerticalCategoryPlot, PeriodMarkerPlot

public interface VerticalValuePlot

An interface defining methods for interrogating a plot that displays values along the vertical axis.

Used by vertical axes (when auto-adjusting the axis range) to determine the minimum and maximum data values. Also used by the ChartPanel class for zooming.

Author:
DG

Method Summary
 Range getVerticalDataRange()
          Returns the range for the data to be plotted against the vertical axis.
 ValueAxis getVerticalValueAxis()
          Returns the vertical axis.
 

Method Detail

getVerticalDataRange

public Range getVerticalDataRange()
Returns the range for the data to be plotted against the vertical axis.
Returns:
the range.

getVerticalValueAxis

public ValueAxis getVerticalValueAxis()
Returns the vertical axis.
Returns:
the axis.