<sas:ReferenceLineModel>

The ReferenceLineModel tag encapsulates the attributes specific to a reference line model.

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

Syntax

<sas:ReferenceLineModel
   [id="value"]
   [inFront="java.lang.Boolean"]
   [label="java.lang.String"]
   [labelPlacement="Inside|Outside|InsideHigh|InsideLow"]
   [position="java.lang.Double"]
   [value="java.lang.Double"]
   [visible="java.lang.Boolean"]>
      [<sas:StrokeLineStyle ...>
         [<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:StrokeLineStyle>]
      [<sas:TextStyle ...>
         [<sas:ShadowStyle ...>
            [<sas:SetProperty ...>
               The value to set on the parent tag
            </sas:SetProperty>]
            [Additional <sas:SetProperty> tags...]
         </sas:ShadowStyle>]
         [<sas:Font ...>
            [<sas:SetProperty ...>
               The value to set on the parent tag
            </sas:SetProperty>]
            [Additional <sas:SetProperty> tags...]
         </sas:Font>]
         [<sas:SetProperty ...>
            The value to set on the parent tag
         </sas:SetProperty>]
         [Additional <sas:SetProperty> tags...]
      </sas:TextStyle>]
      [<sas:SetProperty ...>
         The value to set on the parent tag
      </sas:SetProperty>]
      [Additional <sas:SetProperty> tags...]
</sas:ReferenceLineModel>

Attributes

idCase-sensitive name used to identify the object instance.
inFrontThe inFront to set
labelThe label to set
labelPlacementThe labelPlacement to set
positionThe position to set
valueThe value to set Can be InsideLow, InsideHigh, or Outside
visibleThe visible to set

More Information

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

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