<sas:WallFillStyle>
The WallFillStyle tag encapsulates the attributes specific to a fill style associated with the wall of an axis.
This tag must be nested within a sas:AxisWallModel or sas:GraphStyle tag.
Syntax
<sas:WallFillStyle
[fillType="SolidColor|Gradient|Image|ImageColorBlend|ImageGradientBlend"]
[gradientBlendBeginColor="java.lang.String"]
[gradientBlendEndColor="java.lang.String"]
[gradientFillBeginColor="java.lang.String"]
[gradientFillEndColor="java.lang.String"]
[gradientFill="LeftToRight|BottomToTop|FrontToBack|DiagonalUp|DiagonalDown"]
[id="value"]
[imageFillColor="java.lang.String"]
[imageFill="Stretch|Tile|Point|Center|Top|TopLeft|TopRight|Bottom|BottomLeft|BottomRight"]
[imageIcon="java.lang.String"]
[solidBlendColor="java.lang.String"]
[solidFillColor="java.lang.String"]
[visible="java.lang.Boolean"]
[x="java.lang.Integer"]
[y="java.lang.Integer"]>
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas:WallFillStyle>
Attributes
fillType | The fillType to set |
---|---|
gradientBlendBeginColor | The gradientBlendBeginColor to set |
gradientBlendEndColor | The gradientBlendEndColor to set |
gradientFillBeginColor | The gradientFillBeginColor to set |
gradientFillEndColor | The gradientFillEndColor to set |
gradientFill | The gradientFill to set |
id | Case-sensitive name used to identify the object instance. |
imageFillColor | The imageFillColor to set |
imageFill | The imageFill to set |
imageIcon | The image to set |
solidBlendColor | The solidBlendColor to set |
solidFillColor | The solidFillColor to set |
visible | The visible to set |
x | The x to set |
y | The y to set |
More Information
To view the documentation for the related InformationBean, see com.sas.graphics.components.FillStyle.
If you need to subclass the tag handler class for the sas:WallFillStyle tag, extend com.sas.taglib.graphics.components.WallFillStyleTag.