<sasads:MDBar>

Custom Tag for the MDBar Transformation Bean.

Syntax

<sasads:MDBar
   [absoluteGeometrySize="0|int"]
   [absoluteSize="false|true"]
   [alignment="java.lang.String"]
   [alternateText="java.lang.String"]
   [background="white"]
   [backgroundImage="java.lang.String"]
   [backplaneColor="lightGray"]
   [backplaneVisible="true|false"]
   [borderWidth="int"]
   [categoryVariableName="java.lang.String"]
   [clipReferenceLine="false|true"]
   [commandProcessor="java.lang.String"]
   [customAttributes="java.lang.String"]
   [dataTipStyle="NONE|STATIONARY|TRACKING"]
   [depth="TWO_AND_HALF_DIMENSION|TWO_DIMENSION|THREE_DIMENSION"]
   [depthVariableName="java.lang.String"]
   [epilog="java.lang.String"]
   [foregroundColor="java.lang.String"]
   [foreground="java.lang.String"]
   [geometrySize="0.75"]
   [geometryType="BOX|CONE|CYLINDER|HEXAGON|OCTAGON|PENTAGON|PRISM|STAR"]
   [groupVariableName="java.lang.String"]
   [height="int"]
   [horizontalReferenceLineColor="black"]
   [horizontalSpace="int"]
   [href="java.lang.String"]
   [id="value"]
   [image="java.lang.String"]
   [imageLocation="java.lang.String"]
   [instantiate="true|false"]
   [locale="java.util.Locale"]
   [mapColors="java.lang.String"]
   [maxObservations="0..int"]
   [model="java.lang.String"]
   [modelObject="com.sas.ModelInterface"]
   [name="java.lang.String"]
   [outlineColor="gray"]
   [prolog="java.lang.String"]
   [ref="java.lang.String"]
   [render="true|false"]
   [resolution="LOW|MEDIUM|HIGH"]
   [response2VariableName="java.lang.String"]
   [responseColorVariableName="java.lang.String"]
   [responseHeightVariableName="java.lang.String"]
   [responseVariableName="java.lang.String"]
   [scope="java.lang.String"]
   [showReferenceLineLabel="true|false"]
   [showStatistic="false|true"]
   [styleClass="java.lang.String"]
   [style="java.lang.String"]
   [subGroupVariableName="java.lang.String"]
   [subsetDataMode="false|true"]
   [swanStyleData="false|true"]
   [target="java.lang.String"]
   [title="java.lang.String"]
   [URL="java.lang.String"]
   [useAsFormElement="true|false"]
   [useMap="java.lang.String"]
   [vertical="true|false"]
   [verticalReferenceLineColor="java.lang.String"]
   [verticalSpace="int"]
   [width="int"]
   [xVariableName="java.lang.String"]
   [zVariableName="java.lang.String"]>
      [<sasads:ColorLegendStyle ...>
         [<sasads:LabelStyle ...>
         </sasads:LabelStyle>]
         [<sasads:ValueStyle ...>
         </sasads:ValueStyle>]
         [Additional <sasads:LabelStyle>, <sasads:ValueStyle> tags...]
      </sasads:ColorLegendStyle>]
      [<sasads:GroupAxisStyle ...>
      </sasads:GroupAxisStyle>]
      [<sasads:RowAxisStyle ...>
      </sasads:RowAxisStyle>]
      [<sasads:ColumnAxisStyle ...>
      </sasads:ColumnAxisStyle>]
      [<sasads:HeightAxisStyle ...>
      </sasads:HeightAxisStyle>]
      [<sasads:HorizontalReferenceLineLabelStyle ...>
      </sasads:HorizontalReferenceLineLabelStyle>]
      [<sasads:VerticalReferenceLineLabelStyle ...>
      </sasads:VerticalReferenceLineLabelStyle>]
      [<sasads:TitleStyle ...>
      </sasads:TitleStyle>]
      [Additional <sasads:ColorLegendStyle>, <sasads:GroupAxisStyle>, <sasads:RowAxisStyle>, <sasads:ColumnAxisStyle>, <sasads:HeightAxisStyle>, <sasads:HorizontalReferenceLineLabelStyle>, <sasads:VerticalReferenceLineLabelStyle>, <sasads:TitleStyle> tags...]
</sasads:MDBar>

Attributes

absoluteGeometrySizeThe bar geometry size in pixels.
absoluteSizetrue if the geometry size is in pixels, else size is a percentage of grid size.
alignmentThe text alignment of the image.
alternateTextThe alternate text of the image.
backgroundThe background color.
backgroundImageThe background image.
backplaneColorThe backplane color.
backplaneVisibletrue if the backplane is visible.
borderWidthThe border width of the image.
categoryVariableNameThe category variable name.
clipReferenceLinetrue if the reference lines are set to the back of the chart.
commandProcessorThe name of the commandProcessor.
customAttributes
dataTipStyleThe enum that indicates the datatip display style.
depthThe enum that indicates the display dimension.
depthVariableNameThe depth variable name.
epilog
foregroundColorThe foreground color of all labels, gridlines, and axis lines.
foregroundThe foreground color of all labels, gridlines, and axis lines.
geometrySizeThe bar geometry size as a percentage of grid size.
geometryTypeThe enum that indicates the bar geometry type.
groupVariableNameThe group variable name.
heightThe height of the image.
horizontalReferenceLineColorThe color of the horizontal reference lines.
horizontalSpaceThe horizontal spacing of the image.
hrefThe href String.
idCase-sensitive name used to identify the object instance.
imageThe URL location of the image.
imageLocationThe location (URL or relative path) of the images used in the Chart menu.
instantiate
locale
mapColorsThe color map used by the chart.
maxObservationsThe maximum number of observations.
modelThe data model.
modelObjectThe data model object.
name
outlineColorThe outline color.
prolog
ref
render
resolutionThe enum that indicates how finely shapes(Cylinder etc.) are drawn.
response2VariableNameThe second response variable name.
responseColorVariableNameThe color response variable name.
responseHeightVariableNameThe height response variable name.
responseVariableNameThe response variable name.
scope
showReferenceLineLabeltrue if the reference line labels are showing.
showStatistictrue if statistics are appended to the labels.
styleClass
style
subGroupVariableNameThe subGroup variable name.
subsetDataModetrue if the data subsetting is enabled such that scroll bars are visible.
swanStyleDatatrue if the input is SWAN style data.
targetThe target the image should use.
titleThe title of the chart.
URLThe URL to which the image should be linked.
useAsFormElementSpecifies whether to use the form version or standard version of the image, "true" uses the form version.
useMapThe useMap text.
verticaltrue if the bars are oriented vertically.
verticalReferenceLineColorThe color of the vertical reference lines.
verticalSpaceThe vertical spacing of the image.
widthThe width of the image.
xVariableNameThe X variable name.
zVariableNameThe Z variable name.

More Information

To view the documentation for the related TransformationBean, see com.sas.servlet.beans.mddbtable.BaseBar.

If you need to subclass the tag handler class for the sasads:MDBar tag, extend com.sas.taglib.servlet.beans.mddbtable.MDBarTag.