<sas:TextShadowStyle>

The TextShadowStyle tag encapsulates the attributes specific to the shadow style of the text in the chart.

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

Syntax

<sas:TextShadowStyle
   [color="java.lang.String"]
   [id="value"]
   [offsetX="java.lang.String"]
   [offsetY="java.lang.String"]
   [softness="java.lang.Double"]
   [visible="java.lang.Boolean"]>
      [<sas:SetProperty ...>
         The value to set on the parent tag
      </sas:SetProperty>]
      [Additional <sas:SetProperty> tags...]
</sas:TextShadowStyle>

Attributes

colorThe color to set
idCase-sensitive name used to identify the object instance.
offsetXThe offsetX to set
offsetYThe offsetY to set
softnessrange of 0.0-1.0 with 1.0 being the same as NO fuzziness.
visibleThe visible to set

More Information

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

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