This renderer is not responsible for rendering its children.
Attributes with a pass-through
value of
true
are not interpreted by the renderer and are passed
straight through to the rendered markup, without checking for validity. Attributes with a
pass-through
value of false
are interpreted
by the renderer, and may or may not be checked for validity by the renderer.
Attributes | |||||
attribute-name | pass-through | attribute-class | description | default-value | |
---|---|---|---|---|---|
bar
|
false | boolean |
Boolean flag controlling whether the bar chart should be shown or not. | undefined | |
firstChart
|
false | java.lang.String |
The first chart to be shown if more than one chart is chosen. Valid values are pie, bar and line. | undefined | |
height
|
false | java.lang.String |
The height of the Flash control | undefined | |
line
|
false | boolean |
Boolean flag controlling whether the line chart should be shown or not. | undefined | |
pie
|
false | boolean |
Boolean flag controlling whether the pie chart should be shown or not. | undefined | |
showHGridlinesBar
|
false | boolean |
Boolean flag controlling whether horizontal gridlines should be plotted for a bar chart. | undefined | |
showHGridlinesLine
|
false | boolean |
Boolean flag controlling whether horizontal gridlines should be plotted for a line chart. | undefined | |
showLabel
|
false | boolean |
Boolean flag controlling whether the label supplied should be shown or not. | undefined | |
showLegend
|
false | boolean |
Boolean flag controlling whether the legend is displayed in the graph. | undefined | |
showVGridlinesLine
|
false | boolean |
Boolean flag controlling whether vertical gridlines should be plotted for a line chart. | undefined | |
splitYAxis
|
false | boolean |
Boolean flag controlling whether two Y-axes should be plotted in a graph with exactly two series. | undefined | |
styleClass
|
false | java.lang.String |
Prefix specifying CSS for multiple graphs on page | undefined | |
title
|
false | java.lang.String |
The title to be shown for the rendered graph. | undefined | |
width
|
false | java.lang.String |
The width of the Flash control | undefined | |
xaxisTitle
|
false | java.lang.String |
The title to be shown for the category (X axis title) | undefined | |
yaxisDivisions
|
false | java.lang.String |
The number of y axis divisions to be shown on the graph. | undefined | |
yaxisTitle
|
false | java.lang.String |
The title to be shown for the value (Y axis title) | undefined |