<sasads:VerticalReferenceLineLabelStyle>

Generates the appropriate HTML 4.0/XHTML 1.0 INPUT tag attributes to represent a vertical reference line label style.

This tag must be nested within a sasads:Bar, sasads:SegmentedBar, sasads:Scatter, sasads:MDBar, sasads:MDSegmentedBar or sasads:MDScatter tag.

Syntax

<sasads:VerticalReferenceLineLabelStyle
   [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:VerticalReferenceLineLabelStyle>

Attributes

boldtrue if the glyphs should be bold
colorthe color of associated text
fixedSizetrue if the font size should vary with the component size
fontFamilythe type of font used for the associated text
idCase-sensitive name used to identify the object instance.
instantiate
italictrue if the glyphs should be italic
locale
maxCharsthe maximum number of characters to be displayed
minCharsthe minimum number of characters to be displayed
ref
scope
sizethe point size of the associated text
sizeRangethe 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:VerticalReferenceLineLabelStyle tag, extend com.sas.taglib.graphics.chart.VerticalReferenceLineLabelStyleTag.