|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataSerie | |
---|---|
com.java4less.rchart |
Uses of DataSerie in com.java4less.rchart |
---|
Subclasses of DataSerie in com.java4less.rchart | |
---|---|
class |
BarDataSerie
A BarDataSerie is a DataSerie that will be plotted using bars (horizontal) or columns (vertical). |
class |
GaugeDataSerie
Subclass of PieDataSerie for gaugeCharts. |
class |
LineDataSerie
A LineDataSerie is a DataSerie that must be plotted using lines. |
class |
MaxMinDataSerie
This data serie is an extension of LineDataSerie that displayed minimum and maximum values of each element. |
class |
PieDataSerie
The PieDataSerie is actually not a serie of value but a set of values to be plotted as a pie chart. |
Fields in com.java4less.rchart declared as DataSerie | |
---|---|
DataSerie[] |
ChartLoader.pSeries
loaded series |
DataSerie |
Chart.selectedSerie
holds the DataSerie of the selected point |
Methods in com.java4less.rchart that return DataSerie | |
---|---|
DataSerie |
Plotter.getSerie(int p)
get serie |
Methods in com.java4less.rchart with parameters of type DataSerie | |
---|---|
void |
Plotter.addSerie(DataSerie s)
add a serie of values to be plotted. |
void |
Chart.addSerie(DataSerie s)
adds a serie to the plotter (the one used in the constructor). |
void |
BarPlotter3D.addSerie(DataSerie s)
adds a serie to the plotter. |
void |
BarPlotter.addSerie(DataSerie s)
adds a serie to the plotter. |
void |
Plotter.replaceSerie(int p,
DataSerie s)
replace a serie of values to be plotted. |
void |
Plotter.setSerie(int p,
DataSerie s)
set serie. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |