<sasads:WeightLegendStyle>

The polar weight legend style of the chart.

This tag must be nested within a sasads:Pie or sasads:MDPie tag.

Syntax

<sasads:WeightLegendStyle
   [id="value"]
   [instantiate="true|false"]
   [locale="java.util.Locale"]
   [polarPosition="OUTSIDE|INSIDE|AUTOMATIC"]
   [position="SOUTH|NORTH|EAST|WEST"]
   [ref="java.lang.String"]
   [scope="java.lang.String"]
   [startAngle="0"]
   [visible="true|false"]>
      [<sasads:LabelStyle ...>
      </sasads:LabelStyle>]
      [<sasads:ValueStyle ...>
      </sasads:ValueStyle>]
      [Additional <sasads:LabelStyle>, <sasads:ValueStyle> tags...]
</sasads:WeightLegendStyle>

Attributes

idCase-sensitive name used to identify the object instance.
instantiate
locale
polarPositionWhere to place the polar legend.
positionThe compass position where the legend will be placed.
ref
scope
startAngleThe angle from which to start the first slice.
visiblewhether or not the legend is visible

More Information

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

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