| Attributes |
| Name | Required | Request-time | Type | Description |
| point | true | true | java.lang.String | The point id that indicates where this label should point to. |
| content | false | true | java.lang.String | Allows the user to set this label's displayed content. If this attribute is used, any content between the starting and ending tag is ignored. Developer wishing to provide dynamic label contents, either through JSTL or regular expressions, should use this option. |
| style | false | true | java.lang.String | The CSS style to apply to this label. |
| css_class | false | true | java.lang.String | The CSS class name to apply to this label. |
| opacity | false | true | float | The opacity level (0-1) for this label. |
| x_offset | false | true | int | The offset (in pixels) to move the label from it's original point. Use negative numbers to move left, positive to move right. |
| y_offset | false | true | int | The offset (in pixels) to move the label from it's original point. Use negative numbers to move up, positive to move down. |