Uses of Class
org.achartengine.model.XYSeries

Packages that use XYSeries
org.achartengine.chart Provides the classes that handle the actual rendering / drawing of the charts, based on the provided model and renderer. 
org.achartengine.model Provides the classes that handle the data values (data model) to be used by displaying the charts. 
 

Uses of XYSeries in org.achartengine.chart
 

Methods in org.achartengine.chart with parameters of type XYSeries
protected  void BarChart.drawChartValuesText(android.graphics.Canvas canvas, XYSeries series, SimpleSeriesRenderer renderer, android.graphics.Paint paint, float[] points, int seriesIndex)
          The graphical representation of the series values as text.
protected  void RangeBarChart.drawChartValuesText(android.graphics.Canvas canvas, XYSeries series, SimpleSeriesRenderer renderer, android.graphics.Paint paint, float[] points, int seriesIndex)
          The graphical representation of the series values as text.
protected  void XYChart.drawChartValuesText(android.graphics.Canvas canvas, XYSeries series, SimpleSeriesRenderer renderer, android.graphics.Paint paint, float[] points, int seriesIndex)
          The graphical representation of the series values as text.
protected  void CombinedXYChart.drawSeries(XYSeries series, android.graphics.Canvas canvas, android.graphics.Paint paint, java.util.List<java.lang.Float> pointsList, SimpleSeriesRenderer seriesRenderer, float yAxisValue, int seriesIndex, XYMultipleSeriesRenderer.Orientation or)
           
protected  void XYChart.drawSeries(XYSeries series, android.graphics.Canvas canvas, android.graphics.Paint paint, java.util.List<java.lang.Float> pointsList, SimpleSeriesRenderer seriesRenderer, float yAxisValue, int seriesIndex, XYMultipleSeriesRenderer.Orientation or)
           
 

Uses of XYSeries in org.achartengine.model
 

Subclasses of XYSeries in org.achartengine.model
 class TimeSeries
          A series for the date / time charts.
 class XYValueSeries
          An extension of the XY series which adds a third dimension.
 

Methods in org.achartengine.model that return XYSeries
 XYSeries[] XYMultipleSeriesDataset.getSeries()
          Returns an array of the XY series.
 XYSeries XYMultipleSeriesDataset.getSeriesAt(int index)
          Returns the XY series at the specified index.
 XYSeries CategorySeries.toXYSeries()
          Transforms the category series to an XY series.
 XYSeries MultipleCategorySeries.toXYSeries()
          Transforms the category series to an XY series.
 XYSeries RangeCategorySeries.toXYSeries()
          Transforms the range category series to an XY series.
 

Methods in org.achartengine.model with parameters of type XYSeries
 void XYMultipleSeriesDataset.addSeries(int index, XYSeries series)
          Adds a new XY series to the list.
 void XYMultipleSeriesDataset.addSeries(XYSeries series)
          Adds a new XY series to the list.
 void XYMultipleSeriesDataset.removeSeries(XYSeries series)
          Removes the XY series from the list.
 



Copyright © 2009 - 2011 4ViewSoft. All Rights Reserved.