draw-chart:strCache
String Cache
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/chart
Schema document: dml-chart.xsd
Type: draw-chart:CT_StrData
Properties: Local, Qualified
Content
- Sequence [1..1]
- draw-chart:ptCount [0..1] Point Count
- draw-chart:pt [0..*] String Point
- draw-chart:extLst [0..1] Extension List
Attributes
None
Used in
- Type draw-chart:CT_StrRef (Element draw-chart:strRef)
Sample instance
<draw-chart:strCache> <draw-chart:ptCount val="1"/> <draw-chart:pt idx="1"> <draw-chart:v>string</draw-chart:v> </draw-chart:pt> <draw-chart:extLst> <draw-chart:ext> <!--any element--> </draw-chart:ext> </draw-chart:extLst> </draw-chart:strCache>