<sas-g:SubgroupValueTextStyle>
The SubgroupValueTextStyle tag encapsulates the attributes specific to the text style assocated with subgroup values in a pie chart.
This tag must be nested within a sas-g:PieChartModel tag.
Syntax
<sas-g:SubgroupValueTextStyle
[baselineAngle="java.lang.Double"]
[color="java.lang.String"]
[id="value"]
[justification="Left|Right|Center"]
[visible="java.lang.Boolean"]>
[<sas-g:ShadowStyle ...>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:ShadowStyle>]
[<sas-g:Font ...>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:Font>]
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:SubgroupValueTextStyle>
Attributes
baselineAngle | The baselineAngle to set |
|---|---|
color | The color to set |
id | Case-sensitive name used to identify the object instance. |
justification | The justification to set |
visible | The visible to set |
More Information
To view the documentation for the related InformationBean, see com.sas.graphics.components.AdvancedTextStyle.
If you need to subclass the tag handler class for the sas-g:SubgroupValueTextStyle tag, extend com.sas.taglib.graphics.components.SubgroupValueTextStyleTag.