<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
automaticSize | Whether or not to automatically select the legend size. |
|---|---|
colorScheme | Sets the color scheme, or map, to be used for the color legend. |
height | The proportion of chart height to use for the legend |
id | Case-sensitive name used to identify the object instance. |
instantiate | |
locale | |
position | The compass position where the legend will be placed. |
ref | |
scope | |
visible | whether or not the legend is visible |
width | The 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.