<from> (Starting Anchor Point)

This element specifies the first anchor point for the drawing element. This will be used to anchor the top and left sides of the shape within the chart. That is when the corresponding chart is adjusted, the shape will also be adjusted.

[Example: Consider the following Chart Drawing content:

<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 first anchor point being specified via the <from> element. End example]

Parent Elements

<absSizeAnchor>5.8.2.1); <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>