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.
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.
|
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.
Use Text to enter the desired Header lines, set Visible to true and change Font, Frame and Brush. |
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.
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. |