<sas-g: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-g:GraphStyle tag.
Syntax
<sas-g:TextShadowStyle
[color="java.lang.String"]
[id="value"]
[offsetX="java.lang.String"]
[offsetY="java.lang.String"]
[softness="java.lang.Double"]
[visible="java.lang.Boolean"]>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g: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-g:TextShadowStyle tag, extend com.sas.taglib.graphics.components.TextShadowStyleTag.