public class ScatterPlotDataSeries extends AxisDataSeries implements IScatterPlotDataSeries, HTMLTestable
dataSets, totalNumberOfDataSets| Constructor and Description |
|---|
ScatterPlotDataSeries(IScatterPlotDataSet iScatterPlotDataSet,
String xAxisTitle,
String yAxisTitle,
String chartTitle)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
toHTML(HTMLGenerator htmlGenerator)
Returns the total number data dimensions in all of the IAxisChartDataSets contained in
this collection.
|
addIAxisPlotDataSet, getChartTitle, getIAxisPlotDataSet, getIAxisPlotDataSetIterator, getSizeOfEachDataSet, getTotalNumberOfDataSets, getXAxisTitle, getYAxisTitle, size, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddIAxisPlotDataSet, getChartTitle, getIAxisPlotDataSet, getIAxisPlotDataSetIterator, getTotalNumberOfDataSets, getXAxisTitle, getYAxisTitle, size, validatepublic ScatterPlotDataSeries(IScatterPlotDataSet iScatterPlotDataSet, String xAxisTitle, String yAxisTitle, String chartTitle)
xAxisTitle - if this is NULL, no title will be displayedyAxisTitle - if this is NULL, no title will be displayedchartTitle - if this is NULL, no title will be displayedpublic void toHTML(HTMLGenerator htmlGenerator)
toHTML in interface HTMLTestabletoHTML in class AxisDataSerieshtmlGenerator -