| Attributes |
| Name | Required | Request-time | Type | Description |
| align | false | true | java.lang.String | Allows you to set the alignment for the selected annotation text object. |
| 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. |
| arrowCap | false | true | java.lang.String | Allows you to control the arrow head height, width and style when used with the annotation balloon object. |
| arrowFactor | false | true | java.lang.String | Sets the annotation balloon tip size. |
| arrowX | false | true | java.lang.String | Sets the X coordinate value for the balloon tip when set to be an arrow. |
| arrowY | false | true | java.lang.String | Sets the Y coordinate value for the balloon tip when set to be an arrow. |
| 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. |
| font | false | true | java.lang.String | Allows you to change the font attributes for an annotation object. |
| 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. |
| lineAlignment | false | true | java.lang.String | Sets the vertical alignment for the lines of an annotation text object. |
| objectBounds | false | true | java.lang.String | Allows you to specify the bounds for a selected annotation object. |
| orientation | false | true | java.lang.String | Used to set the text orientation for a annotation text 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. |
| radius | false | true | java.lang.String | Sets the radius for a selected balloon annotation object. |
| shadow | false | true | java.lang.String | Sets a shadow for balloon 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. |
| tailCorner | false | true | java.lang.String | sets the corner of the balloon the tip or arrow. |
| text | false | true | java.lang.String | Sets the text for an annotation object. |
| textColor | false | true | java.lang.String | Sets the color of the text for an annotation object. |
| top | false | true | java.lang.String | Allows you to specify or read the top position of a selected annotation object. |
| useArrow | false | true | java.lang.String | Instructs Chart FX to use an arrow instead of the balloon tip. |
| 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. |
| wordWrap | false | true | java.lang.String | Sets a value indicating whether the text of an annotation text object will be word wrapped. |