<sas:MajorTickStyle>

The MajorTickStyle tag encapsulates the attributes specific to the tick style associated with the major tick marks.

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

Syntax

<sas:MajorTickStyle
   [id="value"]
   [length="java.lang.String"]
   [placement="Inside|Outside|and Across"]>
      [<sas:LineStyle ...>
         [<sas:SetProperty ...>
            The value to set on the parent tag
         </sas:SetProperty>]
         [Additional <sas:SetProperty> tags...]
      </sas:LineStyle>]
      [<sas:SetProperty ...>
         The value to set on the parent tag
      </sas:SetProperty>]
      [Additional <sas:SetProperty> tags...]
</sas:MajorTickStyle>

Attributes

idCase-sensitive name used to identify the object instance.
lengthThe length to set
placementThe placement to set

More Information

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

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