<sas-g:MinorTickStyle>
The MinorTickStyle tag encapsulates the attributes specific to the tick style associated with the minor tick marks.
This tag must be nested within a sas-g:AxisModel or sas-g:GraphStyle tag.
Syntax
<sas-g:MinorTickStyle
[id="value"]
[length="java.lang.String"]
[placement="Inside|Outside|and Across"]>
[<sas-g:LineStyle ...>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:LineStyle>]
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:MinorTickStyle>
Attributes
id | Case-sensitive name used to identify the object instance. |
|---|---|
length | The length to set |
placement | The 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-g:MinorTickStyle tag, extend com.sas.taglib.graphics.components.MinorTickStyleTag.