<sas:TopMarkerLabelTextStyle>

The TopMarkerLabelTextStyleTag tag encapsulates the attributes specific to a text style associated with that will display on top of the line.

This tag must be nested within a sas:ScatterPlotModel or sas:LinePlotModel tag.

Syntax

<sas:TopMarkerLabelTextStyle
   [baselineAngle="java.lang.Double"]
   [color="java.lang.String"]
   [id="value"]
   [justification="Left|Right|Center"]
   [visible="java.lang.Boolean"]>
      [<sas:FrameLineStyle ...>
         [<sas:SetProperty ...>
            The value to set on the parent tag
         </sas:SetProperty>]
         [Additional <sas:SetProperty> tags...]
      </sas:FrameLineStyle>]
      [<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:TopMarkerLabelTextStyle>

Attributes

baselineAngleThe baselineAngle to set
colorThe color to set
idCase-sensitive name used to identify the object instance.
justificationThe justification to set
visibleThe 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:TopMarkerLabelTextStyle tag, extend com.sas.taglib.graphics.components.TopMarkerLabelTextStyleTag.