2.139.8 ChartDataLabel.Visible

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

The ChartDataLabel.Visible element specifies whether a chart data label is displayed on a Chart. The ChartDataLabel.Visible element is optional. If this element is present, its value MUST be a Boolean ([XMLSCHEMA2/2] section 3.2.2) or an expression that evaluates to a Boolean. If this element is not present, its value is interpreted as false.

Following is the parent element of the ChartDataLabel.Visible element.

Parent elements

ChartDataLabel

The following is the XML Schema definition of the ChartDataLabel.Visible element.

 <xsd:element name="Visible" type="xsd:string" minOccurs="0" />