<sasads:ExceptionRangeSegment>
Custom Tag for creating an ExceptionRangeSegment.
This tag must be nested within a sasads:ColumnRange tag.
Syntax
<sasads:ExceptionRangeSegment
[bgColor="java.lang.String"]
[fgColor="java.lang.String"]
[id="value"]
[locale="java.util.Locale"]
[maximum="double"]
[minimum="double"]
[segment="java.lang.String"]
[styleClassName="java.lang.String"] />
Attributes
bgColor | the background color of the segment |
|---|---|
fgColor | the foreground color of the segment |
id | Case-sensitive name used to identify the object instance. |
locale | |
maximum | the maximum value of the segment |
minimum | the minimum value of the segment |
segment | the segment |
styleClassName | the styleClassName String to be used in the style sheet |
More Information
If you need to subclass the tag handler class for the sasads:ExceptionRangeSegment tag, extend com.sas.taglib.servlet.beans.ExceptionRangeSegmentTag.