draw-chart:xVal
X Values
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/chart
Schema document: dml-chart.xsd
Type: draw-chart:CT_AxDataSource
Properties: Local, Qualified
Content
- Choice [1..1]
- draw-chart:multiLvlStrRef Multi Level String Reference
- draw-chart:numRef Number Reference
- draw-chart:numLit Number Literal
- draw-chart:strRef String Reference
- draw-chart:strLit String Literal
Attributes
None
Used in
- Type draw-chart:CT_BubbleSer (Element draw-chart:ser)
- Type draw-chart:CT_ScatterSer (Element draw-chart:ser)
Sample instance
<draw-chart:xVal> <draw-chart:multiLvlStrRef> <draw-chart:f>string</draw-chart:f> <draw-chart:multiLvlStrCache> <draw-chart:ptCount val="1"/> <draw-chart:lvl>... </draw-chart:lvl> <draw-chart:extLst>... </draw-chart:extLst> </draw-chart:multiLvlStrCache> <draw-chart:extLst> <draw-chart:ext> <!--any element--> </draw-chart:ext> </draw-chart:extLst> </draw-chart:multiLvlStrRef> </draw-chart:xVal>