Package org.jfree.chart.renderer
Class RangeType
java.lang.Object
org.jfree.chart.renderer.RangeType
public final class RangeType extends Object
An enumeration of the 'range types' for a renderer. This is used when
 calculating the axis range required to display all the data in a
 dataset...the result will depend on whether the renderer plots the values
 directly (STANDARD) or stacks them (STACKED).
- 
Field SummaryFields Modifier and Type Field Description static RangeTypeSERIES_CUMULATIVEThe overall range is determined by looking at the running total within each series.static RangeTypeSTACKEDThe overall range is determined by looking at the sums of the values within each category.static RangeTypeSTANDARDThe overall range is determined by looking at the individual values.
- 
Method Summary
- 
Field Details- 
STANDARDThe overall range is determined by looking at the individual values.
- 
STACKEDThe overall range is determined by looking at the sums of the values within each category.
- 
SERIES_CUMULATIVEThe overall range is determined by looking at the running total within each series.
 
- 
- 
Method Details