<sas:ErrorMarkerStyle>

The ErrorMarkerStyle tag encapsulates the attributes specific an error marker style

This tag must be nested within a sas:DataElementStyles tag.

Syntax

<sas:ErrorMarkerStyle
   [color="java.lang.String"]
   [connectionOrder="Data|X|Y"]
   [id="value"]
   [interpolation="None|Default|Straight|StepLeft|StepCenter|StepRight|Spline|VerticalNeedles|HorizontalNeedles|BoxPlot"]
   [size="java.lang.String"]
   [symbol="None|Circle|Plus|Triangle|Square|X|TriangleDown|Diamond|Aster|CircleBold|PlusBold|TriangleBold|SquareBold|XBold|TriangleDownBold|DiamondBold|AsterBold|CircleFilled|CrossFilled|TriangleFilled|SquareFilled|SaltireFilled|TriangleDownFilled|DiamondFilled|StarFilled|Venus|Mars|Earth|VenusBold|MarsBold|EarthBold|VenusFilled|MarsFilled|EarthFilled|Horizontal|Vertical|HorizontalBold|VerticalBold|RectangleHorizontalFilled|RectangleVerticalFilled|PlusX|CirclePlus|CircleX|SquarePlus|SquareX|SquareUp|SquareDown|SquareLeft|SquareRight|UpDown|LeftRight|DiamondPlus|DiamondX|Cross|Saltire|Star|CrossMaltese|Hash|Smash|Asterisk|TriangleLeft|TriangleRight|LessThan|GreaterThan|Tilde|Wreath|Union|Ibeam|Hex|Home|Heart|Tack|Sporal|Weave|HomeDown|FixedStar|Chain|Arrow|DiamondNarrow|HomeNarrow|HomeNarrowDown|Dagger|Flag|CircleTriangle|CircleTriangleDown|CircleOdd|ArrowWide|ArrowWideDown|CircleArrowWide|CircleArrowWideDown|Hourglass|TriangleLeftBold|TriangleRightBold|AsteriskBold|UnionBold|IbeamBold|HexBold|HomeBold|HeartBold|TackBold|SpiralBold|WeaveBold|HomeDownBold|FixedStarBold|ChainBold|ArrowBold|TriangleLeftFilled|TriangleRightFilled|HomeFilled|HomeDownFilled|DiamondNarrowFilled|HomeNarrowFilled|HomeNarrowDownFilled|FlagFilled|ArrowWideFilled|ArrowWideDownFilled|CircleArrowWideFilled|CircleArrowWideDownFilled|CircleTriangleFilled|CircleTriangleDownFilled|CircleOddFilled|HourGlassFilled|FemaleFigureFilled|MaleFigureFilled|RectangleHorizontal|RectangleVertical"]
   [visible="java.lang.Boolean"]>
      [<sas:SetProperty ...>
         The value to set on the parent tag
      </sas:SetProperty>]
      [Additional <sas:SetProperty> tags...]
</sas:ErrorMarkerStyle>

Attributes

colorThe color to set
connectionOrderThe connection order to set
idCase-sensitive name used to identify the object instance.
interpolationThe interpolation to set
sizeThe size to set
symbolThe symbol to set
visibleThe visible to set

More Information

To view the documentation for the related InformationBean, see com.sas.graphics.components.MarkerStyle.

If you need to subclass the tag handler class for the sas:ErrorMarkerStyle tag, extend com.sas.taglib.graphics.components.ErrorMarkerStyleTag.