2.88.58 Chart.Width

The Chart.Width element specifies the width of a Chart. The Chart.Width element is optional. If this element is present, its value MUST be a non-negative RdlSize. If the Chart.Width element is not present, its value is interpreted as the width of the chart’s container, such as Rectangle or Body, minus the value of the Chart.Left element, if that element is specified.

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

Parent elements

Chart

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

 <xsd:element name="Width" type="SizeType" minOccurs="0" />