<sas:FrameLineStyle>

The FrameLineStyle tag encapsulates the line style specific to a frame.

This tag must be nested within a sas:LegendModel, sas:BaseGraphModel, sas:BaseGraphMatrixAxisModel or sas:GraphStyle tag.

Syntax

<sas:FrameLineStyle
   [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:FrameLineStyle>

Attributes

colorThe color to set
idCase-sensitive name used to identify the object instance.
thicknessThe thickness to set
visibilityPolicyThe 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:FrameLineStyle tag, extend com.sas.taglib.graphics.components.FrameLineStyleTag.