public interface IDataSet extends IData
| Modifier and Type | Method and Description |
|---|---|
ChartTypeProperties |
getChartTypeProperties()
Returns ChartTypeProperties Object for the data set which will be typed into the specific
chart type class.
|
String |
getLegendLabel(int index)
Returns the Legend Label for the passed index.
|
int |
getNumberOfDataItems()
Returns the number of elements in the data set.
|
int |
getNumberOfLegendLabels()
Returns the number of legend labels in the data set.
|
Paint |
getPaint(int index)
Returns the Paint Object for the passed index.
|
Paint getPaint(int index)
index - ChartTypeProperties getChartTypeProperties()
String getLegendLabel(int index)
index - int getNumberOfDataItems()
int getNumberOfLegendLabels()