Title
A chart text title or subtitle displays a text string. Long titles automatically wrap to the next line, and you can also specify line breaks by inserting a newline character in the title's text.
Title Properties
Property | Name | Type | Description |
Visible | visible | Boolean | Flag that indicates whether or not this title should be displayed. |
Text | text | String | Text for the title. |
Tool Tip Text | toolTipText | String | Text that will be displayed as the tool tip for this title. The value can be null, which means that no tool tip will be displayed for the title. |
Font | font | Data Table | Font for the title. |
Width | width | Float | Preferred width of the title. |
Height | height | Float | Preferred height of the title. |
Margins | margins | Data Table | Margin around the outside of the title's frame. See Rectangle Insets. |
Padding | padding | Data Table | Area of whitespace inside the title's frame. See Rectangle Insets. |
Frame | frame | Data Table | Border that will be drawn around the title. See Block Frame. |
Position | position | String | Position of the title within the chart (Top, Left, Bottom, or Right). |
Horizontal Alignment | horizontalAlignment | String | Horizontal alignment for the title. Usually used if Position is Top or Bottom. |
Vertical Alignment | verticalAlignment | String | Vertical alignment for the title. Usually used if Position is Left or Right. |
Background Paint | backgroundPaint | Data Table | Paint used to fill the background area within the title's bounds. |
Paint | paint | Data Table | Paint used to display the title text. |
Text Alignment | textAlignment | String | Alignment of the text within the title bounds (Left, Center, or Right). This controls how the text is aligned within the title's bounds, whereas the title's horizontal alignment controls how the title's bounding rectangle is aligned within the drawing space. |
Expand To Fit Space | expandToFitSpace | Boolean | Flag that controls whether or not the title bounds expand to match the available space. |
Maximum Lines To Display | maximumLinesToDisplay | Integer | Maximum number of lines to display. |
Was this page helpful?