|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntervalXYDataset | |
com.jrefinery.chart | The main classes in the JFreeChart class library. |
com.jrefinery.chart.demo | Demonstration applications for the JFreeChart class library. |
com.jrefinery.data | Data interfaces and classes. |
Uses of IntervalXYDataset in com.jrefinery.chart |
Methods in com.jrefinery.chart with parameters of type IntervalXYDataset | |
static JFreeChart |
ChartFactory.createVerticalXYBarChart(java.lang.String title,
java.lang.String xAxisLabel,
java.lang.String yAxisLabel,
IntervalXYDataset data,
boolean legend)
Creates and returns a default instance of a vertical XY bar chart. |
Uses of IntervalXYDataset in com.jrefinery.chart.demo |
Classes in com.jrefinery.chart.demo that implement IntervalXYDataset | |
class |
SimpleIntervalXYDataset
A quick and dirty sample dataset. |
Uses of IntervalXYDataset in com.jrefinery.data |
Classes in com.jrefinery.data that implement IntervalXYDataset | |
class |
CombinedDataset
This class can combine XYDatasets, HighLowDatasets and IntervalXYDatasets together exposing the union of all the series under one Dataset. |
class |
SubSeriesDataset
This class will create a Dataset with one or more series from another SeriesDataset. |
class |
TimeSeriesCollection
A collection of time series objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |