|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Header | |
---|---|
com.steema.teechart | TeeChart Charting Library for Java. |
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. Use Text to enter the desired Header lines, set Visible to True and change the Font, Frame and Brush methods. Use Alignment to control text output position. |
Header |
IBaseChart.getHeader()
|
Header |
Chart.getHeader()
Defines the Text and formatting attributes to be drawn at the top of the Chart. Use Text to enter the desired Header lines, set Visible to true and change Font, Frame and Brush. |
Header |
TChart.getSubHeader()
Defines Text shown directly below Header. Use the Text method to enter the desired SubHeader lines, set Visible to True and change the Font, Frame and Brush methods. Use the Alignment method to control text output position. |
Header |
Chart.getSubHeader()
Defines the Text and formatting attributes to be drawn at the top of the Chart, just below the Header text. Use Text to enter the desired SubHeader lines, set Visible to true and change Font, Frame and Brush. Use Alignment to control text output position. |
Header |
Chart.getSubTitle()
Obsolete. Please use SubHeader instead. |
Header |
Chart.getTitle()
Obsolete. Please use Header instead. |
Methods in com.steema.teechart with parameters of type Header | |
---|---|
void |
TChart.setHeader(Header header)
Sets the text for the Footer, Header, SubFooter and SubHeader. |
void |
Chart.setHeader(Header value)
Defines the Text and formatting attributes to be drawn at the top of the Chart. Use Text to enter the desired Header lines, set Visible to true and change Font, Frame and Brush. |
void |
TChart.setSubHeader(Header subHeader)
Defines Text shown directly below Header. Use the Text method to enter the desired SubHeader lines, set Visible to True and change the Font, Frame and Brush methods. Use the Alignment method to control text output position. |
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. Use Text to enter the desired SubHeader lines, set Visible to true and change Font, Frame and Brush. Use Alignment to control text output position. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |