| Name |
Type |
Supports EL? |
Description |
| id |
java.lang.String |
no |
Specifies the identifier for the component |
| series |
int |
no |
Specifies the zero-based index of a series in a graph.
In most graphs, each series appears as a set of markers that are the same color.
For example, in a multiple pie graph, each yellow slice might represent sales of shoes,
while each green slice represents the sales of boots. In a bar graph, all of the yellow
bars might represent the sales of shoes, and the green bars might represent the sales of boots.
|
| group |
int |
no |
Specifies the zero-based index of a group in a graph.
Groups appear differently in different graph types. In a clustered bar graph,
each cluster of bars is a group. In a stacked bar graph, each stack is a group.
In a multiple pie graph, each pie is a group.
|
| borderColor |
java.lang.String |
no |
Specifies the color of the border for the annotation in RGB hexadecimal.
For example, borderColor="#000000" specifies black border color.
|
| fillColor |
java.lang.String |
no |
Specifies the fill color for the annotation in RGB hexadecimal.
For example, fillColor="#000000" specifies black fill color.
|
| text |
java.lang.String |
no |
Specifies the text that appears in the annotation. This text can be multi-line with line breaks. |
| rendered |
boolean |
no |
Indicates whether this annotation is visible in the graph. Valid values are "true" and "false".
|