Package | Description |
---|---|
com.steema.teechart |
Modifier and Type | Method and Description |
---|---|
Footer |
TChart.getFooter()
Defines Text shown at the bottom of the Chart.
|
Footer |
IBaseChart.getFooter() |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TChart.setFooter(Footer footer) |
void |
Chart.setFooter(Footer value)
Defines the Text and formatting attributes to be drawn at the bottom of
the Chart.
|
void |
TChart.setSubFooter(Footer subFooter) |
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.
|