Uses of Interface
com.steema.teechart.IChart

Packages that use IChart
com.steema.teechart   
 

Uses of IChart in com.steema.teechart
 

Classes in com.steema.teechart that implement IChart
 class TChart
           Title: TeeChart for BlackBerry Description: TeeChart for BlackBerry Copyright: (c) 2005-2012 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)