<sas:DataTipTextStyle>

The DataTipTextStyle tag encapsulates the text style specific to data tips.

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

Syntax

<sas:DataTipTextStyle
   [color="java.lang.String"]
   [id="value"]
   [justification="Left|Right|Center"]
   [visible="java.lang.Boolean"]>
      [<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:DataTipTextStyle>

Attributes

colorThe color to set
idCase-sensitive name used to identify the object instance.
justificationThe justification to set
visibleThe visible to set

More Information

To view the documentation for the related InformationBean, see com.sas.graphics.components.TextStyle.

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