<sas:Title4>

The Title4 tag encapsulates the attributes specific to the text style associated with the fourth title.

This tag must be nested within a sas:BaseGraph tag.

Syntax

<sas:Title4
   [color="java.lang.String"]
   [id="value"]
   [thickness="java.lang.String"]
   [visibilityPolicy="True|False|Automatic"]>
      [<sas:TextStyle ...>
         [<sas:ShadowStyle ...>
            [<sas:SetProperty ...>
               The value to set on the parent tag
            </sas:SetProperty>]
            [Additional <sas:SetProperty> tags...]
         </sas:ShadowStyle>]
         [<sas:Font ...>
            [<sas:SetProperty ...>
               The value to set on the parent tag
            </sas:SetProperty>]
            [Additional <sas:SetProperty> tags...]
         </sas:Font>]
         [<sas:SetProperty ...>
            The value to set on the parent tag
         </sas:SetProperty>]
         [Additional <sas:SetProperty> tags...]
      </sas:TextStyle>]
      [<sas:SetProperty ...>
         The value to set on the parent tag
      </sas:SetProperty>]
      [Additional <sas:SetProperty> tags...]
</sas:Title4>

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.NoteModel.

If you need to subclass the tag handler class for the sas:Title4 tag, extend com.sas.taglib.graphics.components.Title4Tag.