<sas:DataElementStyles>

The DataElementStyle tag encapsulates the visual attributes specific to a data element.

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

Syntax

<sas:DataElementStyles
   [continuousContrastThreeColorEndColor="java.lang.String"]
   [continuousContrastThreeColorNeutralColor="java.lang.String"]
   [continuousContrastThreeColorStartColor="java.lang.String"]
   [continuousContrastTwoColorEndColor="java.lang.String"]
   [continuousContrastTwoColorStartColor="java.lang.String"]
   [continuousFillThreeColorEndColor="java.lang.String"]
   [continuousFillThreeColorNeutralColor="java.lang.String"]
   [continuousFillThreeColorStartColor="java.lang.String"]
   [continuousFillTwoColorEndColor="java.lang.String"]
   [continuousFillTwoColorStartColor="java.lang.String"]
   [discreteFillColorsChanged="true|false"]
   [fillStylesChanged="true|false"]
   [id="value"]
   [instantiate="true|false"]
   [lineStylesChanged="true|false"]
   [markerStylesChanged="true|false"]
   [ref="java.lang.String"]
   [scope="page|request|session|application"]>
      [<sas:OutlineLineStyle ...>
         [<sas:SetProperty ...>
            The value to set on the parent tag
         </sas:SetProperty>]
         [Additional <sas:SetProperty> tags...]
      </sas:OutlineLineStyle>]
      [<sas:DiscreteFillColor ...>
         [<sas:SetProperty ...>
            The value to set on the parent tag
         </sas:SetProperty>]
         [Additional <sas:SetProperty> tags...]
      </sas:DiscreteFillColor>]
      [<sas:FillStyle ...>
         [<sas:SetProperty ...>
            The value to set on the parent tag
         </sas:SetProperty>]
         [Additional <sas:SetProperty> tags...]
      </sas:FillStyle>]
      [<sas:StrokeLineStyle ...>
         [<sas:BasicStroke ...>
            [<sas:DashSegment ...>
               [<sas:SetProperty ...>
                  The value to set on the parent tag
               </sas:SetProperty>]
               [Additional <sas:SetProperty> tags...]
            </sas:DashSegment>]
            [<sas:SetProperty ...>
               The value to set on the parent tag
            </sas:SetProperty>]
            [Additional <sas:DashSegment>, <sas:SetProperty> tags...]
         </sas:BasicStroke>]
         [<sas:SetProperty ...>
            The value to set on the parent tag
         </sas:SetProperty>]
         [Additional <sas:SetProperty> tags...]
      </sas:StrokeLineStyle>]
      [<sas:MarkerStyle ...>
         [<sas:SetProperty ...>
            The value to set on the parent tag
         </sas:SetProperty>]
         [Additional <sas:SetProperty> tags...]
      </sas:MarkerStyle>]
      [<sas:ErrorMarkerStyle ...>
         [<sas:SetProperty ...>
            The value to set on the parent tag
         </sas:SetProperty>]
         [Additional <sas:SetProperty> tags...]
      </sas:ErrorMarkerStyle>]
      [<sas:ErrorLineStyle ...>
         [<sas:SetProperty ...>
            The value to set on the parent tag
         </sas:SetProperty>]
         [Additional <sas:SetProperty> tags...]
      </sas:ErrorLineStyle>]
      [<sas:ErrorFillStyle ...>
         [<sas:SetProperty ...>
            The value to set on the parent tag
         </sas:SetProperty>]
         [Additional <sas:SetProperty> tags...]
      </sas:ErrorFillStyle>]
      [<sas:SetProperty ...>
         The value to set on the parent tag
      </sas:SetProperty>]
      [Additional <sas:DiscreteFillColor>, <sas:FillStyle>, <sas:StrokeLineStyle>, <sas:MarkerStyle>, <sas:ErrorMarkerStyle>, <sas:ErrorLineStyle>, <sas:ErrorFillStyle>, <sas:SetProperty> tags...]
</sas:DataElementStyles>

Attributes

continuousContrastThreeColorEndColorThe continuousContrastThreeColorEndColor to set
continuousContrastThreeColorNeutralColorThe continuousContrastThreeColorNeutralColor to set
continuousContrastThreeColorStartColorThe continuousContrastThreeColorStartColor to set
continuousContrastTwoColorEndColorThe continuousContrastTwoColorEndColor to set
continuousContrastTwoColorStartColorThe continuousContrastTwoColorStartColor to set
continuousFillThreeColorEndColorThe continuousFillThreeColorEndColor to set
continuousFillThreeColorNeutralColorThe continuousFillThreeColorNeutralColor to set
continuousFillThreeColorStartColorThe continuousFillThreeColorStartColor to set
continuousFillTwoColorEndColorThe continuousFillTwoColorEndColor to set
continuousFillTwoColorStartColorThe continuousFillTwoColorStartColor to set
discreteFillColorsChangedThe discreteFillColorsChanged to set
fillStylesChangedThe fillStylesChanged to set
idCase-sensitive name used to identify the object instance.
instantiateFlag that, if true, indicates that a new instance of the underlying class should be loaded if one cannot be found in PageContext. Must be used with an id attribute.
lineStylesChangedThe lineStylesChanged to set
markerStylesChangedThe markerStylesChanged to set
refThe variable String value that represents an object created earlier in the same scope.
scopeThe scope (or page context) within which the reference is available.

More Information

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

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