<sasads:GridStyle>

Generates the appropriate HTML 4.0/XHTML 1.0 INPUT tag attributes to represent a grid style.

This tag must be nested within a sasads:ColumnAxisStyle, sasads:GroupAxisStyle, sasads:HeightAxisStyle, sasads:LeftHeightAxisStyle, sasads:RightHeightAxisStyle or sasads:RowAxisStyle tag.

Syntax

<sasads:GridStyle
   [color="black"]
   [id="value"]
   [instantiate="true|false"]
   [locale="java.util.Locale"]
   [ref="java.lang.String"]
   [scope="java.lang.String"]
   [visible="true|false"]>
</sasads:GridStyle>

Attributes

colorthe color used to draw the grid
idCase-sensitive name used to identify the object instance.
instantiate
locale
ref
scope
visibletrue if the grid should be visible

More Information

To view the documentation for the related InformationBean, see com.sas.graphics.chart.GridStyle.

If you need to subclass the tag handler class for the sasads:GridStyle tag, extend com.sas.taglib.graphics.chart.GridStyleTag.