<sas-g:AxisWallModel>
The AxisWallModel tag encapsulates the attributes specific to a wall model associated with an axis.
This tag must be nested within a sas-g:BarChartModel, sas-g:BarLineChartModel, sas-g:LineChartModel, sas-g:RadarChartModel, sas-g:LinePlotModel or sas-g:ScatterPlotModel tag.
Syntax
<sas-g:AxisWallModel
[id="value"]>
[<sas-g:WallFillStyle ...>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:WallFillStyle>]
[<sas-g:FloorFillStyle ...>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:FloorFillStyle>]
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g: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-g:AxisWallModel tag, extend com.sas.taglib.graphics.components.AxisWallModelTag.