<sas:ColumnAxisModel>

The ColumnAxisModel tag encapsulates the attributes specific to a column axis model.

This tag must be nested within a sas:BarChartModel, sas:BarLineChartModel, sas:LineChartModel, sas:LinePlotModel, sas:ScatterPlotModel, sas:RadarChartModel or sas:PieChartModel tag.

Syntax

<sas:ColumnAxisModel
   [id="value"]
   [instantiate="true|false"]
   [ref="java.lang.String"]
   [scope="page|request|session|application"]
   [visible="java.lang.Boolean"]>
      [<sas:ValueTextStyle ...>
         [<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:ValueTextStyle>]
      [<sas:LabelTextStyle ...>
         [<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:LabelTextStyle>]
      [<sas:BackgroundFillStyle ...>
         [<sas:SetProperty ...>
            The value to set on the parent tag
         </sas:SetProperty>]
         [Additional <sas:SetProperty> tags...]
      </sas:BackgroundFillStyle>]
      [<sas:FrameLineStyle ...>
         [<sas:SetProperty ...>
            The value to set on the parent tag
         </sas:SetProperty>]
         [Additional <sas:SetProperty> tags...]
      </sas:FrameLineStyle>]
      [<sas:ReferenceLineModel ...>
         [<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>]
      [<sas:SetProperty ...>
         The value to set on the parent tag
      </sas:SetProperty>]
      [Additional <sas:ReferenceLineModel>, <sas:SetProperty> tags...]
</sas:ColumnAxisModel>

Attributes

idCase-sensitive name used to identify the object instance.
instantiateFlag that, if true, indicates that a new instance of the underlying class should be loaded if one cannot be found in PageContext. Must be used with an id attribute.
refThe variable String value that represents an object created earlier in the same scope.
scopeThe scope (or page context) within which the reference is available.
visibleThe visible to set

More Information

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

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