| Attributes |
| Name | Required | Request-time | Type | Description |
| alignment | false | true | java.lang.String | Allows you to set the alignment of a specified title. |
| backColor | false | true | java.lang.String | Sets the color background of the specified title. |
| dockArea | false | true | java.lang.String | Allows you to set where the title will be docked. The valid values are: LEFT, TOP, RIGHT, BOTTOM. |
| drawingArea | false | true | java.lang.String | Specifies if the top title header will stretch the entire length of the chart, or only above the drawing area of the chart. |
| flags | false | true | java.lang.String | Allows you to set flags in order to format the title with the desired attributes. The available values are: HIDDEN, EXCLUDE_FROM_BORDER, NO_CHANGE_DOCK_AREA, HIDDEN_BY_BORDER, DRAWING_AREA. |
| font | false | true | java.lang.String | Assigns a font to the specified title. |
| gap | false | true | java.lang.String | Specify the space in pixels to the front and back of the selected title string when read from right to left. |
| index | true | true | java.lang.String | The index of this object in the parent collection. |
| lineAlignment | false | true | java.lang.String | Sets the vertical alignment for the lines of the chart title. Valid values:STRING_ALIGNMENT_NEAR, STRING_ALIGNMENT_CENTER, STRING_ALIGNMENT_FAR |
| lineGap | false | true | java.lang.String | Specify the space in pixels above and below the selected title text when read from right to left. |
| text | false | true | java.lang.String | Used to set the text for a selected title. |
| textColor | false | true | java.lang.String | Sets the color of text for the specified title. |