Uses of Class
com.steema.teechart.Footer

Packages that use Footer
com.steema.teechart TeeChart Charting Library for Java. 
 

Uses of Footer in com.steema.teechart
 

Methods in com.steema.teechart that return Footer
 Footer TChart.getFooter()
          Defines Text shown at the bottom of the Chart.
 Footer Chart.getFooter()
          Defines the Text and formatting attributes to be drawn at the bottom of the Chart.
 Footer TChart.getSubFooter()
          Defines Text shown directly above Footer.
 Footer Chart.getSubFooter()
          Defines the Text and formatting attributes to be drawn at the bottom of the Chart, just above the Footer text.
 

Methods in com.steema.teechart with parameters of type Footer
 void TChart.setFooter(Footer footer)
           
 void Chart.setFooter(Footer value)
           
 void TChart.setSubFooter(Footer subFooter)
           
 void Chart.setSubFooter(Footer value)