<sas:GridLineStyle>

The GridLineStyle tag encapsulates the line style specific to a grid line of an axis.

This tag must be nested within a sas:AxisModel tag.

Syntax

<sas:GridLineStyle
   [color="java.lang.String"]
   [id="value"]
   [SASGraphLineStyle="SASGraphLine1|SASGraphLine2|SASGraphLine3|SASGraphLine4|SASGraphLine5|SASGraphLine6|SASGraphLine7|SASGraphLine8|SASGraphLine9|SASGraphLine10|SASGraphLine11|SASGraphLine12|SASGraphLine13|SASGraphLine14|SASGraphLine15|SASGraphLine16|SASGraphLine17|SASGraphLine18|SASGraphLine19|SASGraphLine20|SASGraphLine21|SASGraphLine22|SASGraphLine23|SASGraphLine24|SASGraphLine25|SASGraphLine26|SASGraphLine27|SASGraphLine28|SASGraphLine29|SASGraphLine30|SASGraphLine31|SASGraphLine32|SASGraphLine33|SASGraphLine34|SASGraphLine35|SASGraphLine36|SASGraphLine37|SASGraphLine38|SASGraphLine39|SASGraphLine40|SASGraphLine41|SASGraphLine42|SASGraphLine43|SASGraphLine44|SASGraphLine45|SASGraphLine46"]
   [thickness="java.lang.String"]
   [visibilityPolicy="True|False|Automatic"]>
      [<sas:BasicStroke ...>
         [<sas:DashSegment ...>
            [<sas:SetProperty ...>
               The value to set on the parent tag
            </sas:SetProperty>]
            [Additional <sas:SetProperty> tags...]
         </sas:DashSegment>]
         [<sas:SetProperty ...>
            The value to set on the parent tag
         </sas:SetProperty>]
         [Additional <sas:DashSegment>, <sas:SetProperty> tags...]
      </sas:BasicStroke>]
      [<sas:SetProperty ...>
         The value to set on the parent tag
      </sas:SetProperty>]
      [Additional <sas:SetProperty> tags...]
</sas:GridLineStyle>

Attributes

colorThe color to set
idCase-sensitive name used to identify the object instance.
SASGraphLineStyleThe SASGraphLineStyle to set
thicknessThe thickness to set
visibilityPolicyThe visibilityPolicy to set

More Information

To view the documentation for the related InformationBean, see com.sas.graphics.components.StrokeLineStyle.

If you need to subclass the tag handler class for the sas:GridLineStyle tag, extend com.sas.taglib.graphics.components.GridLineStyleTag.