Uses of Interface
com.androidplot.xy.XYSeries

Packages that use XYSeries
com.androidplot.xy Classes for creating XYPlots. 
 

Uses of XYSeries in com.androidplot.xy
 

Classes in com.androidplot.xy that implement XYSeries
 class SimpleXYSeries
          A convenience class used to create instances of XYPlot generated from Lists of Numbers.
 

Fields in com.androidplot.xy declared as XYSeries
 XYSeries BarRenderer.Bar.series
           
 

Methods in com.androidplot.xy with parameters of type XYSeries
 T BarRenderer.getFormatter(int index, XYSeries series)
          Retrieves the BarFormatter instance that corresponds with the series passed in.
 String PointLabeler.getLabel(XYSeries series, int index)
           
 

Constructors in com.androidplot.xy with parameters of type XYSeries
BarRenderer.Bar(XYSeries series, int seriesIndex, android.graphics.RectF plotArea)
           
 



Copyright © 2010-2014 androidplot.com. All Rights Reserved.