2.144.4 ChartItemInLegend.ToolTip

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The ChartItemInLegend.ToolTip element specifies the tooltip to display for an item in a legend. The element can also be used to render alternative text (alt text) that is specified as an alt attribute in an HTML report. The ChartItemInLegend.ToolTip element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String. If this element is not present, its value is interpreted as an empty string.

Following is the parent element of the ChartItemInLegend.ToolTip element.

Parent elements

ChartItemInLegend

The following is the XML Schema definition of the ChartItemInLegend.ToolTip element.

 <xsd:element name="ToolTip" type="StringLocIDType" minOccurs="0" />