| Attributes |
| Name | Required | Request-time | Type | Description |
| allowModify | false | true | java.lang.String | Used to allow or prevent the user from changing object attributes from the User Interface. |
| allowMove | false | true | java.lang.String | Used to allow or prevent the user from moving an annotation object in the chart area. |
| anchor | false | true | java.lang.String | ets the Anchor style for the AnnotationObject. The valid values are: BOTTOM, LEFT, NONE, RIGHT, TOP. |
| attach | true | true | java.lang.String | Attaches the annotation object to the chart relative to X and Y Axis values. |
| border | false | true | java.lang.String | Allows you to apply border attributes to a selected annotation object. |
| color | false | true | java.lang.String | Sets the inside fill color for annotation object. |
| drawingArea | false | true | java.lang.String | Allows the Annotation Object margins to go outside of the Chart's drawing area. |
| height | false | true | java.lang.String | Sets the height in pixels for the selected annotation object. |
| index | true | true | java.lang.String | The index of this object in the parent collection. |
| left | false | true | java.lang.String | Allows you to specify the left position of a selected annotation object. |
| objectBounds | false | true | java.lang.String | Allows you to specify the bounds for a selected annotation object. |
| paintBefore | false | true | java.lang.String | Configures the selected annotation object to paint before the rest of the chart elements. |
| pattern | false | true | java.lang.String | Allows you to set a pattern for the selected annotation object. |
| tag | false | true | java.lang.String | Allows you to get or set a unique identifier to the objects you have created in the chart area. |
| top | false | true | java.lang.String | Allows you to specify or read the top position of a selected annotation object. |
| visible | false | true | java.lang.String | Used to show or hide a selected annotation object in the chart area. |
| width | false | true | java.lang.String | Sets the Width in pixels for the selected annotation object. |