<sas:AxisWallModel>
The AxisWallModel tag encapsulates the attributes specific to a wall model associated with an axis.
This tag must be nested within a sas:BarChartModel, sas:BarLineChartModel, sas:LineChartModel, sas:RadarChartModel, sas:LinePlotModel or sas:ScatterPlotModel tag.
Syntax
<sas:AxisWallModel
[id="value"]>
[<sas:WallFillStyle ...>
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas:WallFillStyle>]
[<sas:FloorFillStyle ...>
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas:FloorFillStyle>]
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas:AxisWallModel>
Attributes
id | Case-sensitive name used to identify the object instance. |
---|
More Information
To view the documentation for the related InformationBean, see com.sas.graphics.components.AxisWallModel.
If you need to subclass the tag handler class for the sas:AxisWallModel tag, extend com.sas.taglib.graphics.components.AxisWallModelTag.