<sasads:GroupAxisStyle>
Generates the appropriate HTML 4.0/XHTML 1.0 INPUT tag attributes to represent a group axis style.
This tag must be nested within a sasads:Bar, sasads:SegmentedBar, sasads:Combination, sasads:MDBar, sasads:MDSegmentedBar or sasads:MDCombination tag.
Syntax
<sasads:GroupAxisStyle
[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:GroupAxisStyle>
Attributes
axisColor | the color of the axis including tickmarks |
|---|---|
axisType | the axis type |
fixedIntervals | true if the number of intervals are fixed |
hideLabel | true if the axis label should be hidden |
id | Case-sensitive name used to identify the object instance. |
instantiate | |
intervals | the number of intervals if fixedIntervals is true |
locale | |
maxDataValue | the maximum value for the data range to be used |
minDataValue | the minimum value for the data range to be used |
numRows | the number of row to display tickmark values |
ref | |
scope | |
valuesVisible | true 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:GroupAxisStyle tag, extend com.sas.taglib.graphics.chart.GroupAxisStyleTag.