Package org.jCharts.chartData.interfaces
Interface IScatterPlotDataSet
-
- All Superinterfaces:
IAxisPlotDataSet,IData,IDataSet,java.io.Serializable
- All Known Implementing Classes:
ScatterPlotDataSet
public interface IScatterPlotDataSet extends IAxisPlotDataSet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.geom.Point2D.DoublegetValue(int dataset, int index)Returns the value in the data set at the specified position.-
Methods inherited from interface org.jCharts.chartData.interfaces.IAxisPlotDataSet
getChartType, getNumberOfDataSets, validate
-
Methods inherited from interface org.jCharts.chartData.interfaces.IDataSet
getChartTypeProperties, getLegendLabel, getNumberOfDataItems, getNumberOfLegendLabels, getPaint
-
-