<sas:DiscreteFillColor>

The DiscreteFillColor tag encapsulates the attributes specific to a color.

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

Syntax

<sas:DiscreteFillColor
   [id="value"]
   [value="java.lang.String"]>
      [<sas:SetProperty ...>
         The value to set on the parent tag
      </sas:SetProperty>]
      [Additional <sas:SetProperty> tags...]
</sas:DiscreteFillColor>

Attributes

idCase-sensitive name used to identify the object instance.
valueThe color to set

More Information

To view the documentation for the related InformationBean, see java.awt.Color.

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