Attributes |
Name | Required | Binding Type | EL | Default | Description |
condition | false | javax.el.ValueExpression
(must evaluate to boolean )
| only | null | The condition under which the attributes specified in the lineProperties tag are applied to the lines. |
hideSeries | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not to show data series that meet the condition. |
shapesVisible | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not the data markers on the lines of data series that meet the condition are visible. |
showInLegend | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not to show the legend for the lines of data series that meet the condition. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the lines. |