Package org.jCharts.chartData.interfaces
Interface IPieChartDataSet
- All Superinterfaces:
IData,IDataSet,Serializable
- All Known Implementing Classes:
PieChartDataSet
-
Method Summary
Modifier and TypeMethodDescriptionReturns the chart title.doublegetValue(int index) Returns the value in the data set at the specified position.Methods inherited from interface org.jCharts.chartData.interfaces.IDataSet
getChartTypeProperties, getLegendLabel, getNumberOfDataItems, getNumberOfLegendLabels, getPaint
-
Method Details
-
getValue
double getValue(int index) Returns the value in the data set at the specified position.- Parameters:
index-- Returns:
- double
-
getChartTitle
String getChartTitle()Returns the chart title.- Returns:
- String the chart title. If this returns NULL, no title will be displayed.
-