Info | Value |
---|---|
Component Type | edu.wright.hendrix11.d3.chart.ChartComponent |
Handler Class | None |
Renderer Type | edu.wright.hendrix11.d3.chart.ChartRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
chartModel | true | javax.el.ValueExpression
(must evaluate to edu.wright.hendrix11.d3.chart.ChartModel )
| The Java object holding the chart data and data configuration. |
id | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The value of the id attribute of the div element that contains the chart. This is necessary because it defines what the chart is bound to. |
type | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The type of chart to render. Available values are:
|
gridX | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Whether to show the grid along the x axis. Defaults to false. |
gridY | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Whether to show the grid along the y axis. Defaults to false. |
showLegend | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Whether to show the legend. Defaults to true. |
legendPosition | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Where to show the legend. Possible values include:
|
title | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The title of the chart. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The value of the class attribute of the div element that contains the chart. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The value of the style attribute of the div element that contains the chart. |
Output generated by Vdldoc View Declaration Language Documentation Generator.