<sas-g:ErrorLineStyle>
The ErrorLineStyle tag encapsulates the attributes specific an error line style
This tag must be nested within a sas-g:DataElementStyles tag.
Syntax
<sas-g:ErrorLineStyle
[color="java.lang.String"]
[id="value"]
[thickness="java.lang.String"]
[visibilityPolicy="True|False|Automatic"]>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:ErrorLineStyle>
Attributes
color | The color to set |
|---|---|
id | Case-sensitive name used to identify the object instance. |
thickness | The thickness to set |
visibilityPolicy | The visibilityPolicy to set |
More Information
To view the documentation for the related InformationBean, see com.sas.graphics.components.LineStyle.
If you need to subclass the tag handler class for the sas-g:ErrorLineStyle tag, extend com.sas.taglib.graphics.components.ErrorLineStyleTag.