<sasads:ValueStyle>
Generates the appropriate HTML 4.0/XHTML 1.0 INPUT tag attributes to represent a value style.
This tag must be nested within a sasads:ColumnAxisStyle, sasads:GroupAxisStyle, sasads:HeightAxisStyle, sasads:LeftHeightAxisStyle, sasads:RightHeightAxisStyle, sasads:RowAxisStyle, sasads:ColorLegendStyle, sasads:OverlayLegendStyle, sasads:SectorLegendStyle, sasads:SegmentLegendStyle or sasads:WeightLegendStyle tag.
Syntax
<sasads:ValueStyle
[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:ValueStyle>
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:ValueStyle tag, extend com.sas.taglib.graphics.chart.ValueStyleTag.