<sas-g:SubgroupLabelModel>
The SubgroupLabelModel tag encapsulates the attributes specific to a pie chart's subgroup label model.
This tag must be nested within a sas-g:PieChartModel tag.
Syntax
<sas-g:SubgroupLabelModel
[id="value"]
[placement="East|West"]>
[<sas-g:ValueTextStyle ...>
[<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:ValueTextStyle>]
[<sas-g:LabelTextStyle ...>
[<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:LabelTextStyle>]
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:SubgroupLabelModel>
Attributes
id | Case-sensitive name used to identify the object instance. |
|---|---|
placement | The placement to set |
More Information
To view the documentation for the related InformationBean, see com.sas.graphics.components.piechart.PieChartSubgroupModel.
If you need to subclass the tag handler class for the sas-g:SubgroupLabelModel tag, extend com.sas.taglib.graphics.components.SubgroupLabelModelTag.