2.88.44 Chart.PointWidth

Applies to RDL 2003/10 and RDL 2005/01

The Chart.PointWidth element specifies the width of bars and columns as a percentage of the available room for each individual column in a Chart. This element is optional.

If the Chart.PointWidth element is present, its value MUST be an Integer ([XMLSCHEMA2/2] section 3.3.17) and MUST NOT be less than zero. If the value is greater than 100, columns will overlap each other. If the value of this element is 0, the default percentage is used. If this element is not present, its value is interpreted as 0.

Following is the parent element of the Chart.PointWidth element.

Parent elements

Chart

The following is the XML Schema definition of the Chart.PointWidth element.

 <xsd:element name="PointWidth" type="xsd:unsignedInt" minOccurs="0" />