public interface

ValueAxisPlot

org.jfree.chart.plot.ValueAxisPlot
Known Indirect Subclasses

Class Overview

An interface that is implemented by plots that use a ValueAxis, providing a standard method to find the current data range.

Summary

Public Methods
abstract Range getDataRange(ValueAxis axis)
Returns the data range that should apply for the specified axis.

Public Methods

public abstract Range getDataRange (ValueAxis axis)

Returns the data range that should apply for the specified axis.

Parameters
axis the axis.
Returns
  • The data range.