Package | Description |
---|---|
com.steema.teechart |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|