2.150 ChartMember

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

The ChartMember element specifies a category or series member for a Chart.

The following are the parent elements and child elements of the ChartMember element.

Parent elements

ChartMembers

Child elements

ChartMember.ChartMembers

ChartMember.CustomProperties

ChartMember.DataElementName

ChartMember.DataElementOutput

ChartMember.Group

ChartMember.Label

ChartMember.SortExpressions

The following is the XML Schema definition of the ChartMember element in RDL 2008/01.

 <xsd:complexType name="ChartMemberType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="Group" type="GroupType" minOccurs="0" maxOccurs="1" />
     <xsd:element name="SortExpressions" type="SortExpressionsType" minOccurs="0" 
                  maxOccurs="1" />
     <xsd:element name="ChartMembers" type="ChartMembersType" minOccurs="0" 
                  maxOccurs="1" />
     <xsd:element name="Label" type="StringLocIDType" minOccurs="1" 
                  maxOccurs="1" />
     <xsd:element name="CustomProperties" type="CustomPropertiesType" minOccurs="0" 
                  maxOccurs="1" />
     <xsd:element name="DataElementName" type="xsd:string" minOccurs="0" />
     <xsd:element name="DataElementOutput" minOccurs="0" maxOccurs="1">
       <xsd:simpleType>
         <xsd:restriction base="xsd:string">
           <xsd:enumeration value="Output" />
           <xsd:enumeration value="NoOutput" />
           <xsd:enumeration value="ContentsOnly" />
           <xsd:enumeration value="Auto" />
         </xsd:restriction>
       </xsd:simpleType>
     </xsd:element>
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

The following is the XML Schema definition of the ChartMember element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="ChartMemberType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="Group" type="GroupType" minOccurs="0" maxOccurs="1" />
     <xsd:element name="SortExpressions" type="SortExpressionsType" minOccurs="0" 
                  maxOccurs="1" />
     <xsd:element name="ChartMembers" type="ChartMembersType" minOccurs="0" 
                  maxOccurs="1" />
     <xsd:element name="Label" type="StringLocIDType" minOccurs="1" 
                  maxOccurs="1" />
     <xsd:element name="CustomProperties" type="CustomPropertiesType" minOccurs="0" 
                  maxOccurs="1" />
     <xsd:element name="DataElementName" type="xsd:string" minOccurs="0" />
     <xsd:element name="DataElementOutput" minOccurs="0" maxOccurs="1">
       <xsd:simpleType>
         <xsd:restriction base="xsd:string">
           <xsd:enumeration value="Output" />
           <xsd:enumeration value="NoOutput" />
           <xsd:enumeration value="ContentsOnly" />
           <xsd:enumeration value="Auto" />
         </xsd:restriction>
       </xsd:simpleType>
     </xsd:element>
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>