<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

bgColorthe background color of the segment
fgColorthe foreground color of the segment
idCase-sensitive name used to identify the object instance.
locale
maximumthe maximum value of the segment
minimumthe minimum value of the segment
segmentthe segment
styleClassNamethe 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.