2.100 DataPoints

Applies to RDL 2003/10 and RDL 2005/01

The DataPoints element specifies a collection of DataPoint instances for a ChartSeries. The DataPoints element MUST be specified. There MUST be one corresponding DataPoint instance for each StaticMember within a static category.

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

Parent elements

ChartSeries

Child elements

DataPoints.DataPoint

The following is the XML Schema definition of the DataPoints element.

 <xsd:complexType name="DataPointsType">
   <xsd:sequence>
     <xsd:element name="DataPoint" type="DataPointType" maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>