|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DataSerie | |
| net.comrom.chart | |
| Uses of DataSerie in net.comrom.chart |
| Subclasses of DataSerie in net.comrom.chart | |
class |
BarDataSerie
A BarDataSerie is a DataSerie that will be plotted using bars (horizontal) or columns (vertical). |
class |
GaugeDataSerie
|
class |
LineDataSerie
A LineDataSerie is a DataSerie that must be plotted using lines. |
class |
MaxMinDataSerie
|
class |
PieDataSerie
|
| Fields in net.comrom.chart declared as DataSerie | |
DataSerie[] |
ChartLoader.pSeries
|
DataSerie |
Chart.selectedSerie
holds the DataSerie of the selected point |
| Methods in net.comrom.chart that return DataSerie | |
DataSerie |
Plotter.getSerie(int p)
|
| Methods in net.comrom.chart with parameters of type DataSerie | |
void |
Plotter.setSerie(int p,
DataSerie s)
|
void |
Plotter.addSerie(DataSerie s)
|
void |
Plotter.replaceSerie(int p,
DataSerie s)
|
void |
Chart.addSerie(DataSerie s)
|
void |
BarPlotter3D.addSerie(DataSerie s)
|
void |
BarPlotter.addSerie(DataSerie s)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||