2.103 DataValues

Applies to RDL 2003/10 and RDL 2005/01

The DataValues element specifies a set of DataValue instances for a DataPoint in a Chart.

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

Parent elements

DataPoint

Child elements

DataValues.DataValue

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

 <xsd:complexType name="DataValuesType">
   <xsd:sequence>
     <xsd:element name="DataValue" type ="DataValueType" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>