<sas-g:ColorLegendModel>
The ColorLegendModel tag encapsulates the attributes specific to a color legend model.
This tag must be nested within a sas-g:ScatterPlotModel, sas-g:LinePlotModel or sas-g:RadarChartModel tag.
Syntax
<sas-g:ColorLegendModel
[id="value"]
[label="java.lang.String"]
[labelPlacement="Automatic|Left|Right|Inside|Outside|Across|InsideLeft|InsideCenter|InsideRight|AcrossLeft|AcrossCenter|AcrossRight|OutsideLeft|OutsideCenter|OutsideRight"]
[placement="Automatic|North|South|East|West"]
[visible="java.lang.Boolean"]>
[<sas-g:ValueTextStyle ...>
[<sas-g:ShadowStyle ...>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:ShadowStyle>]
[<sas-g:Font ...>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:Font>]
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:ValueTextStyle>]
[<sas-g:LabelTextStyle ...>
[<sas-g:ShadowStyle ...>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:ShadowStyle>]
[<sas-g:Font ...>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:Font>]
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:LabelTextStyle>]
[<sas-g:BackgroundFillStyle ...>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:BackgroundFillStyle>]
[<sas-g:FrameLineStyle ...>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:FrameLineStyle>]
[<sas-g:ShadowStyle ...>
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:ShadowStyle>]
[<sas-g:SetProperty ...>
The value to set on the parent tag
</sas-g:SetProperty>]
[Additional <sas-g:SetProperty> tags...]
</sas-g:ColorLegendModel>
Attributes
id | Case-sensitive name used to identify the object instance. |
|---|---|
label | The label to set |
labelPlacement | The labelPlacement to set |
placement | The placement to set |
visible | The visible to set |
More Information
To view the documentation for the related InformationBean, see com.sas.graphics.components.LegendModel.
If you need to subclass the tag handler class for the sas-g:ColorLegendModel tag, extend com.sas.taglib.graphics.components.ColorLegendModelTag.