<sas-g:AxisLineStyle>
The AxisLineStyle tag encapsulates the attributes specific to a line style associated with an axis.
This tag must be nested within a sas-g:AxisModel or sas-g:GraphStyle tag.
Syntax
<sas-g:AxisLineStyle
[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-g:BasicStroke ...>
[<sas-g:DashSegment ...>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:DashSegment>]
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:DashSegment>, <sas-g:SetProperty> tags...]
</sas-g:BasicStroke>]
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:AxisLineStyle>
Attributes
color | The color to set |
|---|---|
id | Case-sensitive name used to identify the object instance. |
SASGraphLineStyle | The SASGraphLineStyle to set |
thickness | The thickness to set |
visibilityPolicy | The 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-g:AxisLineStyle tag, extend com.sas.taglib.graphics.components.AxisLineStyleTag.