<sas:ResponseAxisBaselineModel>
The ReferenceLineModel tag encapsulates the attributes specific to a reference line model.
This tag must be nested within a sas:BarChartModel, sas:BarLineChartModel or sas:LineChartModel tag.
Syntax
<sas:ResponseAxisBaselineModel
[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:ResponseAxisBaselineModel>
Attributes
id | Case-sensitive name used to identify the object instance. |
---|---|
inFront | The inFront to set |
label | The label to set |
labelPlacement | The labelPlacement to set |
position | The position to set |
value | The value to set Can be InsideLow, InsideHigh, or Outside |
visible | The 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:ResponseAxisBaselineModel tag, extend com.sas.taglib.graphics.components.ResponseAxisBaselineModelTag.