<sas-g:Response2AxisBaselineModel>
The ReferenceLineModel tag encapsulates the attributes specific to a reference line model.
This tag must be nested within a sas-g:BarChartModel, sas-g:BarLineChartModel or sas-g:LineChartModel tag.
Syntax
<sas-g:Response2AxisBaselineModel
[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-g:StrokeLineStyle ...>
[<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:StrokeLineStyle>]
[<sas-g:TextStyle ...>
[<sas-g:ShadowStyle ...>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:ShadowStyle>]
[<sas-g:Font ...>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:Font>]
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:TextStyle>]
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:Response2AxisBaselineModel>
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-g:Response2AxisBaselineModel tag, extend com.sas.taglib.graphics.components.Response2AxisBaselineModelTag.