| java.lang.Object org.krysalis.jcharts.chartData.AxisDataSeries org.krysalis.jcharts.chartData.DataSeries
DataSeries | public DataSeries(String[] axisLabels, String xAxisTitle, String yAxisTitle, String chartTitle)(Code) | | Constructor
Parameters: axisLabels - Parameters: xAxisTitle - if this is NULL, no title will be displayed Parameters: yAxisTitle - if this is NULL, no title will be displayed Parameters: chartTitle - if this is NULL, no title will be displayed |
getAxisLabel | public String getAxisLabel(int index)(Code) | | Returns the x-axis label corresponding to the passed index
Parameters: index - String |
getNumberOfAxisLabels | public int getNumberOfAxisLabels()(Code) | | Returns the number of labels on the x-axis
int |
toHTML | public void toHTML(HTMLGenerator htmlGenerator)(Code) | | Enables the testing routines to display the contents of this Object.
Parameters: htmlGenerator - |
|
|