draw-chart:multiLvlStrRef
Multi Level String Reference
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/chart
Schema document: dml-chart.xsd
Type: draw-chart:CT_MultiLvlStrRef
Properties: Local, Qualified
Content
- Sequence [1..1]
- draw-chart:f [1..1] Formula
- draw-chart:multiLvlStrCache [0..1] Multi Level String Cache
- draw-chart:extLst [0..1] Extension List
Attributes
None
Used in
- Type draw-chart:CT_AxDataSource (Elements draw-chart:cat, draw-chart:xVal)
Sample instance
<draw-chart:multiLvlStrRef> <draw-chart:f>string</draw-chart:f> <draw-chart:multiLvlStrCache> <draw-chart:ptCount val="1"/> <draw-chart:lvl> <draw-chart:pt idx="1">... </draw-chart:pt> </draw-chart:lvl> <draw-chart:extLst> <draw-chart:ext> <!--any element--> </draw-chart:ext> </draw-chart:extLst> </draw-chart:multiLvlStrCache> <draw-chart:extLst> <draw-chart:ext> <!--any element--> </draw-chart:ext> </draw-chart:extLst> </draw-chart:multiLvlStrRef>