Package org.jCharts.chartData.interfaces
Interface IDataSeries
-
- All Superinterfaces:
IAxisDataSeries
,IData
,java.io.Serializable
- All Known Implementing Classes:
DataSeries
public interface IDataSeries extends IAxisDataSeries
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAxisLabel(int index)
Returns the axis label at the specified index.int
getNumberOfAxisLabels()
Returns the number of labels on the x-axis-
Methods inherited from interface org.jCharts.chartData.interfaces.IAxisDataSeries
addIAxisPlotDataSet, getChartTitle, getIAxisPlotDataSet, getIAxisPlotDataSetIterator, getTotalNumberOfDataSets, getXAxisTitle, getYAxisTitle, size, validate
-
-