Uses of Class
com.steema.teechart.TChart

Packages that use TChart
com.steema.teechart.editors.gallery   
com.steema.teechart.tools   
 

Uses of TChart in com.steema.teechart.editors.gallery
 

Subclasses of TChart in com.steema.teechart.editors.gallery
 class GalleryChart
          Title: GalleryChart class Description: Internal Chart class used to display at Gallery panel.
 

Uses of TChart in com.steema.teechart.tools
 

Subclasses of TChart in com.steema.teechart.tools
 class InnerChart
           
 

Methods in com.steema.teechart.tools that return TChart
 TChart ChartCollection.addChart(java.lang.String name)
           
 TChart SubChart.getChart()
           
 TChart ScrollPager.getSubChartTChart()
           
 

Methods in com.steema.teechart.tools with parameters of type TChart
 void SubChart.setChart(TChart value)