<sasads:MDPie>
Custom Tag for the MDPie Transformation Bean.
Syntax
<sasads:MDPie
[alignment="java.lang.String"]
[alternateText="java.lang.String"]
[background="white"]
[backgroundImage="java.lang.String"]
[borderWidth="int"]
[categoryVariableName="java.lang.String"]
[clockwise="true|false"]
[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"]
[groupVariableName="java.lang.String"]
[height="int"]
[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"]
[maximumSlices="8|int"]
[maxObservations="0..int"]
[model="java.lang.String"]
[modelObject="com.sas.ModelInterface"]
[name="java.lang.String"]
[otherMode="SLICES|THRESHOLD|NONE"]
[otherPercentThreshold="0.04"]
[outlineColor="gray"]
[pieHeight="0.2"]
[pieLabelType="WEIGHT_HEIGHT|HEIGHT|SECTOR|SECTOR_HEIGHT|SECTOR_WEIGHT|SECTOR_WEIGHT_HEIGHT|WEIGHT"]
[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"]
[showStatistic="false|true"]
[sortByStatistic="NONE|ASCENDING|DESCENDING"]
[styleClass="java.lang.String"]
[style="java.lang.String"]
[subGroupVariableName="java.lang.String"]
[swanStyleData="false|true"]
[target="java.lang.String"]
[title="java.lang.String"]
[URL="java.lang.String"]
[useAsFormElement="true|false"]
[useMap="java.lang.String"]
[verticalSpace="int"]
[width="int"]
[xVariableName="java.lang.String"]
[zVariableName="java.lang.String"]>
[<sasads:SectorLegendStyle ...>
[<sasads:LabelStyle ...>
</sasads:LabelStyle>]
[<sasads:ValueStyle ...>
</sasads:ValueStyle>]
[Additional <sasads:LabelStyle>, <sasads:ValueStyle> tags...]
</sasads:SectorLegendStyle>]
[<sasads:WeightLegendStyle ...>
[<sasads:LabelStyle ...>
</sasads:LabelStyle>]
[<sasads:ValueStyle ...>
</sasads:ValueStyle>]
[Additional <sasads:LabelStyle>, <sasads:ValueStyle> tags...]
</sasads:WeightLegendStyle>]
[<sasads:TitleStyle ...>
</sasads:TitleStyle>]
[Additional <sasads:SectorLegendStyle>, <sasads:WeightLegendStyle>, <sasads:TitleStyle> tags...]
</sasads:MDPie>
Attributes
alignment | The text alignment of the image. |
|---|---|
alternateText | The alternate text of the image. |
background | The background color. |
backgroundImage | The background image. |
borderWidth | The border width of the image. |
categoryVariableName | The category variable name. |
clockwise | true if it is clockwise. |
commandProcessor | The name of the commandProcessor. |
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. |
horizontalSpace | The horizontal spacing of the image. |
href | The href String. |
id | Case-sensitive name used to identify the object instance. |
image | The URL location of the image. |
imageLocation | The location (URL or relative path) of the images used in the Chart menu. |
instantiate | |
locale | |
mapColors | The color map used by the chart. |
maximumSlices | The maximum number of slices (including the "other" slice). |
maxObservations | The maximum number of observations. |
model | The data model. |
modelObject | The data model object. |
name | |
otherMode | The mode for combining slices to the "Others" group. |
otherPercentThreshold | The percent threshold for determining which slices are too small and belong in "other" slice. |
outlineColor | The outline color. |
pieHeight | The thickness of the pie relative to the pie's diameter. |
pieLabelType | The type of the label used around the pie. |
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 | |
showStatistic | true if statistics are appended to the labels. |
sortByStatistic | The sort order. |
styleClass | |
style | |
subGroupVariableName | The subGroup variable name. |
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. |
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.mddbtable.BasePie.
If you need to subclass the tag handler class for the sasads:MDPie tag, extend com.sas.taglib.servlet.beans.mddbtable.MDPieTag.