2.140 ChartDataPoints

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

The ChartDataPoints element specifies an ordered list of ChartDataPoint elements for a ChartSeries. There MUST be one corresponding ChartDataPoints element for each StaticMember that is specified in the Chart.ChartCategoryHierarchy.

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

Parent elements

ChartSeries

Child elements

ChartDataPoints.ChartDataPoint

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

 <xsd:complexType name="ChartDataPointsType" >
   <xsd:sequence>
     <xsd:element name="ChartDataPoint" type="ChartDataPointType" maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

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

 <xsd:complexType name="ChartDataPointsType" >
   <xsd:sequence>
     <xsd:element name="ChartDataPoint" type="ChartDataPointType" maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>