Uses of Class
com.steema.teechart.Header

Packages that use Header
com.steema.teechart   
 

Uses of Header in com.steema.teechart
 

Methods in com.steema.teechart that return Header
 Header TChart.getHeader()
          Defines the Text and formatting properties to be drawn at the top of the Chart.
 Header IBaseChart.getHeader()
           
 Header Chart.getHeader()
          Defines the Text and formatting attributes to be drawn at the top of the Chart.
 Header TChart.getSubHeader()
          Defines Text shown directly below Header.
 Header Chart.getSubHeader()
          Defines the Text and formatting attributes to be drawn at the top of the Chart, just below the Header text.
 Header Chart.getSubTitle()
          Obsolete.
 Header Chart.getTitle()
          Obsolete.
 

Methods in com.steema.teechart with parameters of type Header
 void TChart.setHeader(Header header)
           
 void Chart.setHeader(Header value)
          Defines the Text and formatting attributes to be drawn at the top of the Chart.
 void TChart.setSubHeader(Header subHeader)
           
 void Chart.setSubHeader(Header value)
          Defines the Text and formatting attributes to be drawn at the top of the Chart, just below the Header text.