<to> (Ending Anchor Point)

This element specifies the second anchor point for the drawing element. This will be used to anchor the bottom and right sides of the shape within the spreadsheet. That is when the corresponding chart is adjusted, the shape will also be adjusted.

[Example: Consider the following <ChartDrawingML>

<cdr:relSizeAnchor>
  <cdr:from>
    <cdr:x>0.04583</cdr:x>
    <cdr:y>0.53125</cdr:y>
  </cdr:from>
  <cdr:to>
    <cdr:x>0.24583</cdr:x>
    <cdr:y>0.86458</cdr:y>
  </cdr:to>
  <cdr:sp macro="" textlink="">
  ...
  </cdr:sp>
</cdr:relSizeAnchor>

The above example shows the second anchor point being specified via the <to> element. End example]

Parent Elements

<relSizeAnchor>5.8.2.21)

Child Elements

Subclause

<x> (Relative X Coordinate)

§5.8.2.27

<y> (Relative Y Coordinate)

§5.8.2.29

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Marker">
	<sequence>
	<element name="x" type="ST_MarkerCoordinate" minOccurs="1" maxOccurs="1"/>
	<element name="y" type="ST_MarkerCoordinate" minOccurs="1" maxOccurs="1"/>
	</sequence>
</complexType>