Share via


2.142.8 ChartDataPointValues.X

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

The ChartDataPointValues.X element specifies the X value for a ChartDataPoint. This element is optional. This element MUST be specified for a series if the value of ChartSeries.Type is "Scatter". If the ChartDataPointValues.X element is present, its value MUST be a Numeric or an expression that evaluates to a Numeric. If this element is not present, its value is interpreted as 0.

Following is the parent element of the ChartDataPointValues.X element.

Parent elements

ChartDataPointValues

The following is the XML Schema definition of the ChartDataPointValues.X element.          

 <xsd:element name="X" type="xsd:string" minOccurs="0" />