<sas:ErrorFillStyle>

The ErrorLineStyle tag encapsulates the attributes specific an error fill style

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

Syntax

<sas:ErrorFillStyle
   [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:ErrorFillStyle>

Attributes

fillTypeThe fillType to set
gradientBlendBeginColorThe gradientBlendBeginColor to set
gradientBlendEndColorThe gradientBlendEndColor to set
gradientFillBeginColorThe gradientFillBeginColor to set
gradientFillEndColorThe gradientFillEndColor to set
gradientFillThe gradientFill to set
idCase-sensitive name used to identify the object instance.
imageFillColorThe imageFillColor to set
imageFillThe imageFill to set
imageIconThe image to set
solidBlendColorThe solidBlendColor to set
solidFillColorThe solidFillColor to set
visibleThe visible to set
xThe x to set
yThe 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:ErrorFillStyle tag, extend com.sas.taglib.graphics.components.ErrorFillStyleTag.