| org.krysalis.jcharts.chartData.interfaces.IAxisDataSeries
All known Subclasses: org.krysalis.jcharts.chartData.AxisDataSeries,
IAxisDataSeries | public interface IAxisDataSeries extends IData(Code) | | |
getChartTitle | public String getChartTitle()(Code) | | Returns the chart title.
String the chart title. If this returns NULL, no title will be displayed. |
getIAxisPlotDataSetIterator | public Iterator getIAxisPlotDataSetIterator()(Code) | | |
getTotalNumberOfDataSets | public int getTotalNumberOfDataSets()(Code) | | Returns the total number data dimensions in all of the IAxisChartDataSets contained in
this collection. For example, if this contains two IAxisChartDataSets and each one
contains 3 dimensions ( 3 lines and 3 sets of points ), this should return six. This
provides a means to avoid looping the contents of the series each time i need the value.
int |
getXAxisTitle | public String getXAxisTitle()(Code) | | Returns the x-axis title.
String the x-axis title. If this returns NULL, no title will be displayed. |
getYAxisTitle | public String getYAxisTitle()(Code) | | Returns the y-axis title.
String the y-axis title. If this returns NULL, no title will be displayed. |
size | int size()(Code) | | Returns the number of IAxisPlotDataSet Objects in this series
int |
|
|