<barPr>
(Bar Properties)
This element specifies properties of the bar function. If this element is omitted, the bar assumes its default location of top (the mathematical overbar).
Parent Elements |
---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_BarPr">
<sequence>
<element name="pos" type="CT_TopBot" minOccurs="0"/>
<element name="ctrlPr" type="CT_CtrlPr" minOccurs="0"/>
</sequence>
</complexType>