public class AreaSeries extends Object
Constructor and Description |
---|
AreaSeries() |
Modifier and Type | Method and Description |
---|---|
void |
addSeries(CategorySeries series)
Adds a new Category series to the table.
|
void |
clear()
Removes all data.
|
String[] |
getCategories()
Returns an array of the Categories.
|
int |
getCategoriesCount()
Returns the Categories count.
|
String[] |
getSeries()
Returns an array of the Series.
|
int |
getSeriesCount()
Returns the Series count.
|
double |
getValue(int index,
String category)
Returns the value at the specific index and category.
|
public void addSeries(CategorySeries series)
series
- the Category series to addpublic void clear()
public int getCategoriesCount()
public int getSeriesCount()
public String[] getCategories()
public String[] getSeries()
public double getValue(int index, String category)
index
- the indexcategory
- the category