Package org.jCharts.chartData.interfaces
Interface IDataSeries
- All Superinterfaces:
IAxisDataSeries,IData,Serializable
- All Known Implementing Classes:
DataSeries
-
Method Summary
Modifier and TypeMethodDescriptiongetAxisLabel(int index) Returns the axis label at the specified index.intReturns the number of labels on the x-axisMethods inherited from interface org.jCharts.chartData.interfaces.IAxisDataSeries
addIAxisPlotDataSet, getChartTitle, getIAxisPlotDataSet, getIAxisPlotDataSetIterator, getTotalNumberOfDataSets, getXAxisTitle, getYAxisTitle, size, validate
-
Method Details
-
getNumberOfAxisLabels
int getNumberOfAxisLabels()Returns the number of labels on the x-axis- Returns:
- int
-
getAxisLabel
Returns the axis label at the specified index.- Parameters:
index-- Returns:
- String the x-axis label
-