<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
id | Case-sensitive name used to identify the object instance. |
|---|---|
instantiate | |
locale | |
polarPosition | Where to place the polar legend. |
position | The compass position where the legend will be placed. |
ref | |
scope | |
startAngle | The angle from which to start the first slice. |
visible | whether 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.