draw-chart:userShapes
User Shapes
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/chart
Schema document: dml-chart.xsd
Other elements with the same name: draw-chart:userShapes
Type: cdr:CT_Drawing
Properties: Global, Qualified
Content
- Choice [0..*]
- cdr:relSizeAnchor Relative Anchor Shape Size
- cdr:absSizeAnchor Absolute Anchor Shape Size
from group cdr:EG_Anchor
Attributes
None
Sample instance
<draw-chart:userShapes> <cdr:relSizeAnchor> <cdr:from> <cdr:x>1.0</cdr:x> <cdr:y>1.0</cdr:y> </cdr:from> <cdr:to> <cdr:x>1.0</cdr:x> <cdr:y>1.0</cdr:y> </cdr:to> <cdr:sp> <cdr:nvSpPr>... </cdr:nvSpPr> <cdr:spPr>... </cdr:spPr> <cdr:style>... </cdr:style> <cdr:txBody>... </cdr:txBody> </cdr:sp> </cdr:relSizeAnchor> </draw-chart:userShapes>