<sas:OutlineLineStyle>
The OutlineStyle tag encapsulates the attributes specific to a line style associated with data element outlines.
This tag must be nested within a sas:DataElementStyles tag.
Syntax
<sas:OutlineLineStyle
[color="java.lang.String"]
[id="value"]
[thickness="java.lang.String"]
[visibilityPolicy="True|False|Automatic"]>
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas:OutlineLineStyle>
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:OutlineLineStyle tag, extend com.sas.taglib.graphics.components.OutlineLineStyleTag.