From: Chris W. <cw...@go...> - 2004-12-08 16:08:02
|
What is the difference between a ScatterPlotDataSet, and a ScatterPlotDataSeries. The ScatterPlotDataSet appears to have the methods to add multiple lines to it I think. The ScatterPlotTestDriver creates one line with a ScatterPlotDataSet, then creates a ScatterPlotDataSeries with that DataSet and the labels. If I want multiple plotted lines, which class do I add the data for the line to? scatterPlotDataSet.addDataPoints( points, paint, legendLabel ); ? scatterPlotDataSeries.addIAxisPlotDataSet( iScatterPlotDataSet ); ? chris On Sunday 14 November 2004 07:41 am, Nathaniel G. Auvil wrote: > you need to use a ScatterPlotDataSet not an AxisChartDataSet |