2.150.6 ChartMember.Label

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

If the value of the ChartSeries.Type element not is "Shape", the ChartMember.Label element specifies the label to display in the legend for ChartMembers in the Chart.ChartSeriesHierarchy, and it specifies the labels to display on the CategoryAxis for ChartMembers in the Chart.ChartCategoryHierarchy.

If the value of the ChartSeries.Type element is "Shape", the ChartMember.Label element specifies the label to display in the legend for ChartMembers in the Chart.ChartCategoryHierarchy.

The ChartMember.Label element MUST be specified, and its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String.

Following is the parent element of the ChartMember.Label element.

Parent elements

ChartMember

The following is the XML Schema definition of the ChartMember.Label element.

 <xsd:element name="Label" type="StringLocIDType" minOccurs="1" maxOccurs="1" />