render-kit: | FACES_CLIENT |
jsp-tag: | graphDraw |
component-family: | com.ibm.faces.bf.GraphDraw |
renderer-type: | GraphDraw |
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 | required |
---|---|---|---|---|---|
bar
|
false | boolean |
Boolean flag controlling whether the bar chart should be shown or not. | undefined | false |
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 | false |
height
|
false | java.lang.String |
The height of the Flash control | undefined | false |
line
|
false | boolean |
Boolean flag controlling whether the line chart should be shown or not. | undefined | false |
pie
|
false | boolean |
Boolean flag controlling whether the pie chart should be shown or not. | undefined | false |
showHGridlinesBar
|
false | boolean |
Boolean flag controlling whether horizontal gridlines should be plotted for a bar chart. | undefined | false |
showHGridlinesLine
|
false | boolean |
Boolean flag controlling whether horizontal gridlines should be plotted for a line chart. | undefined | false |
showLabel
|
false | boolean |
Boolean flag controlling whether the label supplied should be shown or not. | undefined | false |
showLegend
|
false | boolean |
Boolean flag controlling whether the legend is displayed in the graph. | undefined | false |
showVGridlinesLine
|
false | boolean |
Boolean flag controlling whether vertical gridlines should be plotted for a line chart. | undefined | false |
splitYAxis
|
false | boolean |
Boolean flag controlling whether two Y-axes should be plotted in a graph with exactly two series. | undefined | false |
styleClass
|
false | java.lang.String |
Prefix specifying CSS for multiple graphs on page | undefined | false |
title
|
false | java.lang.String |
The title to be shown for the rendered graph. | undefined | false |
width
|
false | java.lang.String |
The width of the Flash control | undefined | false |
xaxisTitle
|
false | java.lang.String |
The title to be shown for the category (X axis title) | undefined | false |
yaxisDivisions
|
false | java.lang.String |
The number of y axis divisions to be shown on the graph. | undefined | false |
yaxisTitle
|
false | java.lang.String |
The title to be shown for the value (Y axis title) | undefined | false |