Use the gaugeLegendTitle tag to specify the title for the gauge legend.
The gaugeLegendTitle tag is a child tag of the gauge tag.
The gaugeLegendTitle tag can have the following child tag: gaugeFont
The following example shows the XML for a gaugeLegendTitle tag that specifies the title and provides the characteristics of the font to be used.
<dvt:gauge> <dvt:gaugeLegendTitle text="Title" <dvt:gaugeFont name="SansSerif" size="10" color="#000000" bold="false" italic="false" underline="false"/> </dvt:gaugeLegendTitle> </dvt:graph>
Name | Type | Supports EL? | Description |
---|---|---|---|
id | java.lang.String | no | Specifies the identifier for the component |
text | java.lang.String | no | Specifies the title to appear in the gauge legend. |
rendered | boolean | no | Indicates whether the legend title of the gauge is to be visible. Valid values are "true" (Default) and "false". |