<sasads:Scatter>
Custom Tag for the Scatter Transformation Bean.
Syntax
<sasads:Scatter
[absoluteJoinSize="0"]
[absoluteMarkerSize="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"]
[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"]
[groupVariableName="java.lang.String"]
[height="int"]
[horizontalReferenceLineColor="black"]
[horizontalSpace="int"]
[href="java.lang.String"]
[id="value"]
[image="java.lang.String"]
[instantiate="true|false"]
[joinSize="0.1"]
[joinType="NONE|LINE|NEEDLE|SORTED_LINE|STEP_CENTER|STEP_LEFT|STEP_RIGHT|USER_DEFINED"]
[locale="java.util.Locale"]
[mapColors="java.lang.String"]
[markerSize="0.75"]
[markerType="BOX|CIRCLE|CROSS|PYRAMID|SPHERE|USER_DEFINED|NONE"]
[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"]
[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:Scatter>
Attributes
absoluteJoinSize | The absolute join size in pixels. |
|---|---|
absoluteMarkerSize | The absolute marker size in pixels. |
absoluteSize | true if sizes are in pixels, else they are a percentage of grid size. |
alignment | The text alignment of the image. |
alternateText | The alternate text of the image. |
background | The background color. |
backgroundImage | The background image. |
backplaneColor | The backplane color. |
backplaneVisible | true if the backplane is visible. |
borderWidth | The border width of the image. |
categoryVariableName | The category variable name. |
clipReferenceLine | true if the reference lines should be set to the back of the chart. |
customAttributes | |
dataTipStyle | The enum that indicates the datatip display style. |
depth | The enum that indicates the display dimension. |
depthVariableName | The depth variable name. |
epilog | |
foregroundColor | The foreground color of all labels, gridlines, and axis lines. |
foreground | The foreground color of all labels, gridlines, and axis lines. |
groupVariableName | The group variable name. |
height | The height of the image. |
horizontalReferenceLineColor | The color of the horizontal reference lines. |
horizontalSpace | The horizontal spacing of the image. |
href | The href. |
id | Case-sensitive name used to identify the object instance. |
image | The URL location of the image. |
instantiate | |
joinSize | The join size as a percentage of grid size. |
joinType | The enum that indicates the geometry type for the joins. |
locale | |
mapColors | The color map used by the chart. |
markerSize | The marker size. |
markerType | The enum that indicates the shape of the markers. |
maxObservations | The maximum number of observations. |
model | The data model. |
modelObject | The data model object. |
name | |
outlineColor | The outline color. |
prolog | |
ref | |
render | |
resolution | The enum that indicates how finely shapes(Cylinder etc.) are drawn. |
response2VariableName | The second response variable name. |
responseColorVariableName | The color response variable name. |
responseHeightVariableName | The height response variable name. |
responseVariableName | The response variable name. |
scope | |
showReferenceLineLabel | true if the reference line labels are displayed. |
showStatistic | true if statistics are appended to the labels. |
styleClass | |
style | |
subGroupVariableName | The subGroup variable name. |
subsetDataMode | true if the data subsetting is enabled such that scroll bars are visible. |
swanStyleData | true if the input is SWAN style data. |
target | The target the image should use. |
title | The title of the chart. |
URL | The URL to which the image should be linked. |
useAsFormElement | Specifies whether to use the form version or standard version of the image, "true" uses the form version. |
useMap | The useMap text. |
verticalReferenceLineColor | The color of the vertical reference lines. |
verticalSpace | The vertical spacing of the image. |
width | The width of the image. |
xVariableName | The X variable name. |
zVariableName | The Z variable name. |
More Information
To view the documentation for the related TransformationBean, see com.sas.servlet.beans.graphics.BaseScatter.
If you need to subclass the tag handler class for the sasads:Scatter tag, extend com.sas.taglib.servlet.beans.graphics.ScatterTag.