<sasads:ColumnAxisStyle>

Generates the appropriate HTML 4.0/XHTML 1.0 INPUT tag attributes to represent a column axis style.

This tag must be nested within a sasads:Bar, sasads:SegmentedBar, sasads:Scatter, sasads:Combination, sasads:MDBar, sasads:MDSegmentedBar, sasads:MDScatter or sasads:MDCombination tag.

Syntax

<sasads:ColumnAxisStyle
   [axisColor="black"]
   [axisType="LINE|NONE"]
   [fixedIntervals="false|true"]
   [hideLabel="false|true"]
   [id="value"]
   [instantiate="true|false"]
   [intervals="10|int"]
   [locale="java.util.Locale"]
   [maxDataValue="java.lang.Double"]
   [minDataValue="java.lang.Double"]
   [numRows="AUTOMATIC|ONE|TWO"]
   [ref="java.lang.String"]
   [scope="java.lang.String"]
   [valuesVisible="true|false"]>
</sasads:ColumnAxisStyle>

Attributes

axisColorthe color of the axis including tickmarks
axisTypethe axis type
fixedIntervalstrue if the number of intervals are fixed
hideLabeltrue if the axis label should be hidden
idCase-sensitive name used to identify the object instance.
instantiate
intervalsthe number of intervals if fixedIntervals is true
locale
maxDataValuethe maximum value for the data range to be used
minDataValuethe minimum value for the data range to be used
numRowsthe number of row to display tickmark values
ref
scope
valuesVisibletrue if the values should be visible

More Information

To view the documentation for the related InformationBean, see com.sas.graphics.chart.AxisStyle.

If you need to subclass the tag handler class for the sasads:ColumnAxisStyle tag, extend com.sas.taglib.graphics.chart.ColumnAxisStyleTag.