<sas-g:DataElementStyles>
The DataElementStyle tag encapsulates the visual attributes specific to a data element.
This tag must be nested within a sas-g:BaseGraphModel tag.
Syntax
<sas-g: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-g:OutlineLineStyle ...>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:OutlineLineStyle>]
[<sas-g:DiscreteFillColor ...>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:DiscreteFillColor>]
[<sas-g:FillStyle ...>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:FillStyle>]
[<sas-g:StrokeLineStyle ...>
[<sas-g:BasicStroke ...>
[<sas-g:DashSegment ...>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:DashSegment>]
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:DashSegment>, <sas-g:SetProperty> tags...]
</sas-g:BasicStroke>]
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:StrokeLineStyle>]
[<sas-g:MarkerStyle ...>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:MarkerStyle>]
[<sas-g:ErrorMarkerStyle ...>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:ErrorMarkerStyle>]
[<sas-g:ErrorLineStyle ...>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:ErrorLineStyle>]
[<sas-g:ErrorFillStyle ...>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:ErrorFillStyle>]
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:DiscreteFillColor>, <sas-g:FillStyle>, <sas-g:StrokeLineStyle>, <sas-g:MarkerStyle>, <sas-g:ErrorMarkerStyle>, <sas-g:ErrorLineStyle>, <sas-g:ErrorFillStyle>, <sas-g:SetProperty> tags...]
</sas-g: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-g:DataElementStyles tag, extend com.sas.taglib.graphics.components.DataElementStylesTag.