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, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addIAxisPlotDataSet, getChartTitle, getIAxisPlotDataSet, getIAxisPlotDataSetIterator, getTotalNumberOfDataSets, getXAxisTitle, getYAxisTitle, size, validate
public 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 HTMLTestable
toHTML
in class AxisDataSeries
htmlGenerator
-