Uses of Interface
com.steema.teechart.IChart

Packages that use IChart
com.steema.teechart   
com.steema.teechart.tools   
 

Uses of IChart in com.steema.teechart
 

Classes in com.steema.teechart that implement IChart
 class TChart
           Title: TeeChart for Android Description: TeeChart for Android Copyright: (c) 2005-2007 by Steema Software.
 

Fields in com.steema.teechart declared as IChart
protected  IChart Chart.parent
           
 

Methods in com.steema.teechart that return IChart
 IChart IBaseChart.getParent()
           
 IChart Chart.getParent()
          Returns the IChart parent of the Chart.
 

Methods in com.steema.teechart with parameters of type IChart
 void Chart.setParent(IChart value)
          Internal use.
 

Constructors in com.steema.teechart with parameters of type IChart
Chart(IChart parent)
           
Chart(IChart parent, Cursor cursor)
           
 

Uses of IChart in com.steema.teechart.tools
 

Classes in com.steema.teechart.tools that implement IChart
 class InnerChart