Share via


2.142.6 ChartDataPointValues.Size

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

The ChartDataPointValues.Size element specifies the size value for a ChartDataPoint. This element is optional. The ChartDataPointValues.Size element MUST be specified for series in which the value of ChartSeries.Type is "Scatter" and the value of ChartSeries.Subtype is "Bubble".

If the ChartDataPointValues.Size 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.Size element.

Parent elements

ChartDataPointValues

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

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