<sas:OutsideBarLabelTextStyle>
The OutsideBarLabelTextStyle tag encapsulates the attributes specific to a text style associated with the values that will display outside the bars of a bar chart.
This tag must be nested within a sas:BarChartModel or sas:BarLineChartModel tag.
Syntax
<sas:OutsideBarLabelTextStyle
[baselineAngle="java.lang.Double"]
[color="java.lang.String"]
[id="value"]
[justification="Left|Right|Center"]
[visible="java.lang.Boolean"]>
[<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:OutsideBarLabelTextStyle>
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:OutsideBarLabelTextStyle tag, extend com.sas.taglib.graphics.components.OutsideBarLabelTextStyleTag.