Package org.jCharts.axisChart
Class ScatterPlotChart
- java.lang.Object
-
- org.jCharts.axisChart.ScatterPlotChart
-
abstract class ScatterPlotChart extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ScatterPlotChart()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static void
render(ScatterPlotAxisChart scatterPlotAxisChart, IScatterPlotDataSet iScatterPlotDataSet)
Draws the chart
-
-
-
Method Detail
-
render
static void render(ScatterPlotAxisChart scatterPlotAxisChart, IScatterPlotDataSet iScatterPlotDataSet)
Draws the chart- Parameters:
scatterPlotAxisChart
-iScatterPlotDataSet
-
-
-