<sas-g:Footnote1>
The Footnote1 tag encapsulates the attributes specific to the first footnote.
This tag must be nested within a sas-g:BaseGraph tag.
Syntax
<sas-g:Footnote1
[color="java.lang.String"]
[id="value"]
[thickness="java.lang.String"]
[visibilityPolicy="True|False|Automatic"]>
[<sas-g:TextStyle ...>
[<sas-g:ShadowStyle ...>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:ShadowStyle>]
[<sas-g:Font ...>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:Font>]
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:TextStyle>]
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:Footnote1>
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-g:Footnote1 tag, extend com.sas.taglib.graphics.components.Footnote1Tag.