Uses of Class
com.sencha.gxt.chart.client.chart.Chart

Packages that use Chart
com.sencha.gxt.chart.client.chart   
com.sencha.gxt.chart.client.chart.axis   
com.sencha.gxt.chart.client.chart.series   
 

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

Methods in com.sencha.gxt.chart.client.chart that return Chart
 Chart<M> Legend.getChart()
          Returns the chart that the legend is attached.
 

Methods in com.sencha.gxt.chart.client.chart with parameters of type Chart
 void Legend.setChart(Chart<M> chart)
          Sets the chart that the legend is attached.
 

Uses of Chart in com.sencha.gxt.chart.client.chart.axis
 

Methods in com.sencha.gxt.chart.client.chart.axis that return Chart
 Chart<M> Axis.getChart()
          Returns the chart that the axis is currently attached.
 

Methods in com.sencha.gxt.chart.client.chart.axis with parameters of type Chart
 void Axis.setChart(Chart<M> chart)
          Sets the chart that the axis is attached.
 

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

Methods in com.sencha.gxt.chart.client.chart.series that return Chart
 Chart<M> Series.getChart()
          Returns the chart that the series is attached.
 

Methods in com.sencha.gxt.chart.client.chart.series with parameters of type Chart
 void Series.setChart(Chart<M> chart)
          Sets the chart that the series is attached.
 



Copyright © 2011. All Rights Reserved.