Uses of Class
com.sencha.gxt.chart.client.chart.series.Series

Packages that use Series
com.sencha.gxt.chart.client.chart   
com.sencha.gxt.chart.client.chart.series   
 

Uses of Series in com.sencha.gxt.chart.client.chart
 

Methods in com.sencha.gxt.chart.client.chart that return Series
 Series<M> LegendItem.getSeries()
          Returns the series that the item represents.
 Series<M> Chart.getSeries(int index)
          Returns the series attached to the chart at the given index.
 

Methods in com.sencha.gxt.chart.client.chart that return types with arguments of type Series
 List<Series<M>> Chart.getSeries()
          Returns all of the series attached to the chart.
 

Methods in com.sencha.gxt.chart.client.chart with parameters of type Series
 void Chart.addSeries(Series<M> series)
          Adds a Series to the chart.
 boolean Chart.removeSeries(Series<M> series)
          Removes the given Series from the chart.
 void LegendItem.setSeries(Series<M> series)
          Sets the series that the item represents.
 

Constructors in com.sencha.gxt.chart.client.chart with parameters of type Series
LegendItem(Legend<M> legend, Series<M> series, int yFieldIndex)
          Creates a legend item.
 

Uses of Series in com.sencha.gxt.chart.client.chart.series
 

Subclasses of Series in com.sencha.gxt.chart.client.chart.series
 class AbstractPieSeries<M>
          Abstract class representing the core pie series functionality.
 class AreaSeries<M>
          Creates a Stacked Area Chart.
 class BarSeries<M>
          Creates a Bar Chart.
 class GaugeSeries<M>
          Creates a Gauge Chart.
 class LineSeries<M>
          Creates a Line Chart.
 class MultipleColorSeries<M>
          A series that uses a list of colors.
 class PieSeries<M>
          Creates a Pie Chart.
 class RadarSeries<M>
          Creates a Radar Chart.
 class ScatterSeries<M>
          Creates a Scatter Chart.
 



Copyright © 2011. All Rights Reserved.