<sas:SubgroupLabelModel>
The SubgroupLabelModel tag encapsulates the attributes specific to a pie chart's subgroup label model.
This tag must be nested within a sas:PieChartModel tag.
Syntax
<sas:SubgroupLabelModel
[id="value"]
[placement="East|West"]>
[<sas:ValueTextStyle ...>
[<sas:ShadowStyle ...>
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas:ShadowStyle>]
[<sas:Font ...>
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas:Font>]
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas:ValueTextStyle>]
[<sas:LabelTextStyle ...>
[<sas:ShadowStyle ...>
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas:ShadowStyle>]
[<sas:Font ...>
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas:Font>]
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas:LabelTextStyle>]
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas: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:SubgroupLabelModel tag, extend com.sas.taglib.graphics.components.SubgroupLabelModelTag.