<sasads:TitleStyle>
Generates the appropriate HTML 4.0/XHTML 1.0 INPUT tag attributes to represent a title style.
This tag must be nested within a sasads:Bar, sasads:Combination, sasads:Pie, sasads:Scatter, sasads:SegmentedBar, sasads:MDBar, sasads:MDCombination, sasads:MDPie, sasads:MDScatter or sasads:MDSegmentedBar tag.
Syntax
<sasads:TitleStyle
[bold="false|true"]
[color="black"]
[fixedSize="false|true"]
[fontFamily="SansSerif"]
[id="value"]
[instantiate="true|false"]
[italic="false|true"]
[locale="java.util.Locale"]
[maxChars="48|int"]
[minChars="4|int"]
[ref="java.lang.String"]
[scope="java.lang.String"]
[size="16|int"]
[sizeRange="16"]>
</sasads:TitleStyle>
Attributes
bold | true if the glyphs should be bold |
|---|---|
color | the color of associated text |
fixedSize | true if the font size should vary with the component size |
fontFamily | the type of font used for the associated text |
id | Case-sensitive name used to identify the object instance. |
instantiate | |
italic | true if the glyphs should be italic |
locale | |
maxChars | the maximum number of characters to be displayed |
minChars | the minimum number of characters to be displayed |
ref | |
scope | |
size | the point size of the associated text |
sizeRange | the maximum increment to font size when component is expanded |
More Information
To view the documentation for the related InformationBean, see com.sas.graphics.chart.TextStyle.
If you need to subclass the tag handler class for the sasads:TitleStyle tag, extend com.sas.taglib.graphics.chart.TitleStyleTag.