<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
color | The color to set |
---|---|
id | Case-sensitive name used to identify the object instance. |
offsetX | The offsetX to set |
offsetY | The offsetY to set |
softness | range of 0.0-1.0 with 1.0 being the same as NO fuzziness. |
visible | The 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.