Uses of Interface
com.steema.teechart.IChart

Packages that use IChart
com.steema.teechart TeeChart Charting Library for Java. 
com.steema.teechart.editors.gallery   
com.steema.teechart.tools   
 

Uses of IChart in com.steema.teechart
 

Classes in com.steema.teechart that implement IChart
 class TChart
          Title: TChart class Description: Principle Chart class for Windows based forms Copyright (c) 2005-2013 by Steema Software SL.
 class TChartApplet
          Title: Description: Copyright (c) 2005-2013 by Steema Software SL.
 

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 TChartApplet.setChart(IChart c)
           
 void TChart.setChart(IChart value)
           
 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.editors.gallery
 

Classes in com.steema.teechart.editors.gallery that implement IChart
 class GalleryChart
          Title: GalleryChart class Description: Internal Chart class used to display at Gallery panel.
 

Uses of IChart in com.steema.teechart.tools
 

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