<sas:Title1>
The Title1 tag encapsulates the attributes specific to the text style associated with the first title.
This tag must be nested within a sas:BaseGraph tag.
Syntax
<sas:Title1
[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:Title1>
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.NoteModel.
If you need to subclass the tag handler class for the sas:Title1 tag, extend com.sas.taglib.graphics.components.Title1Tag.