<sas-g:DiscreteFillColor>
The DiscreteFillColor tag encapsulates the attributes specific to a color.
This tag must be nested within a sas-g:DataElementStyles tag.
Syntax
<sas-g:DiscreteFillColor
[id="value"]
[value="java.lang.String"]>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:DiscreteFillColor>
Attributes
id | Case-sensitive name used to identify the object instance. |
|---|---|
value | The 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-g:DiscreteFillColor tag, extend com.sas.taglib.graphics.components.DiscreteFillColorTag.