<sasads:OverlayLegendStyle>

Encapsulates the visual attributes specific to a discrete color legend. By default, the color scheme is com.sas.graphics.chart.ColorSchemeTypes.INTERNATIONAL.

This tag must be nested within a sasads:Combination or sasads:MDCombination tag.

Syntax

<sasads:OverlayLegendStyle
   [automaticSize="true|false"]
   [colorScheme="INTERNATIONAL|BEACH|COMMERCE|FALL|FINANCE|INDUSTRY|JAVACOLOR|PASTEL|PRIMARY|RANDOM|SOUTHWEST|SPRING"]
   [height="0.2"]
   [id="value"]
   [instantiate="true|false"]
   [locale="java.util.Locale"]
   [position="SOUTH|NORTH|EAST|WEST"]
   [ref="java.lang.String"]
   [scope="java.lang.String"]
   [visible="true|false"]
   [width="0.6"]>
      [<sasads:LabelStyle ...>
      </sasads:LabelStyle>]
      [<sasads:ValueStyle ...>
      </sasads:ValueStyle>]
      [Additional <sasads:LabelStyle>, <sasads:ValueStyle> tags...]
</sasads:OverlayLegendStyle>

Attributes

automaticSizeWhether or not to automatically select the legend size.
colorSchemeSets the color scheme, or map, to be used for the color legend.
heightThe proportion of chart height to use for the legend
idCase-sensitive name used to identify the object instance.
instantiate
locale
positionThe compass position where the legend will be placed.
ref
scope
visiblewhether or not the legend is visible
widthThe proportion of chart width to use for the legend

More Information

To view the documentation for the related InformationBean, see com.sas.graphics.chart.DiscreteColorLegendStyle.

If you need to subclass the tag handler class for the sasads:OverlayLegendStyle tag, extend com.sas.taglib.graphics.chart.OverlayLegendStyleTag.