<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
continuousContrastThreeColorEndColor | The continuousContrastThreeColorEndColor to set |
---|---|
continuousContrastThreeColorNeutralColor | The continuousContrastThreeColorNeutralColor to set |
continuousContrastThreeColorStartColor | The continuousContrastThreeColorStartColor to set |
continuousContrastTwoColorEndColor | The continuousContrastTwoColorEndColor to set |
continuousContrastTwoColorStartColor | The continuousContrastTwoColorStartColor to set |
continuousFillThreeColorEndColor | The continuousFillThreeColorEndColor to set |
continuousFillThreeColorNeutralColor | The continuousFillThreeColorNeutralColor to set |
continuousFillThreeColorStartColor | The continuousFillThreeColorStartColor to set |
continuousFillTwoColorEndColor | The continuousFillTwoColorEndColor to set |
continuousFillTwoColorStartColor | The continuousFillTwoColorStartColor to set |
discreteFillColorsChanged | The discreteFillColorsChanged to set |
fillStylesChanged | The fillStylesChanged to set |
id | Case-sensitive name used to identify the object instance. |
instantiate | Flag 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. |
lineStylesChanged | The lineStylesChanged to set |
markerStylesChanged | The markerStylesChanged to set |
ref | The variable String value that represents an object created earlier in the same scope. |
scope | The 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.