draw-chart:legendEntry
Legend Entry
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/chart
Schema document: dml-chart.xsd
Type: draw-chart:CT_LegendEntry
Properties: Local, Qualified
Content
- Sequence [1..1]
- draw-chart:idx [1..1] Index
- Choice [1..1]
- draw-chart:delete Delete
- draw-chart:txPr [0..1] Text Properties
from group draw-chart:EG_LegendEntryData - draw-chart:extLst [0..1] Extension List
Attributes
None
Used in
- Type draw-chart:CT_Legend (Element draw-chart:legend)
Sample instance
<draw-chart:legendEntry> <draw-chart:idx val="1"/> <draw-chart:delete/> <draw-chart:extLst> <draw-chart:ext> <!--any element--> </draw-chart:ext> </draw-chart:extLst> </draw-chart:legendEntry>