|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. Use Text to enter the desired Footer lines, set Visible to True and change the Font, Frame and Brush methods. Use Alignment to control text output position. |
Footer |
Chart.getFooter()
Defines the Text and formatting attributes to be drawn at the bottom of the Chart. Use Text to enter the desired Footer lines, set Visible to true and change Font, Frame and Brush. Use Alignment to control text output position. |
Footer |
TChart.getSubFooter()
Defines Text shown directly above Footer. Use Text to enter the desired SubFooter lines, set Visible to True and change the Font, Frame and Brush methods. Use Alignment to control text output position. |
Footer |
Chart.getSubFooter()
Defines the Text and formatting attributes to be drawn at the bottom of the Chart, just above the Footer text. Use Text to enter the desired SubFooter lines, set Visible to true and change Font, Frame and Brush. Use Alignment to control text output position. |
Methods in com.steema.teechart with parameters of type Footer | |
---|---|
void |
TChart.setFooter(Footer footer)
Defines Text shown at the bottom of the Chart. Use Text to enter the desired Footer lines, set Visible to True and change the Font, Frame and Brush methods. Use Alignment to control text output position. |
void |
Chart.setFooter(Footer value)
Defines the Text and formatting attributes to be drawn at the bottom of the Chart. Use Text to enter the desired Footer lines, set Visible to true and change Font, Frame and Brush. Use Alignment to control text output position. |
void |
TChart.setSubFooter(Footer subFooter)
Defines Text shown directly above Footer. Use Text to enter the desired SubFooter lines, set Visible to True and change the Font, Frame and Brush methods. Use Alignment to control text output position. |
void |
Chart.setSubFooter(Footer value)
Defines the Text and formatting properties to be drawn at the bottom of the Chart, just above the Footer text. Use the Text property to enter the desired SubFooter lines, set Visible to true and change the Font, Frame and Brush properties. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |