draw-chart:serLines
Series Lines
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/chart
Schema document: dml-chart.xsd
Type: draw-chart:CT_ChartLines
Properties: Local, Qualified
Content
- draw-chart:spPr [0..1] Shape Properties
Attributes
None
Used in
- Type draw-chart:CT_BarChart (Element draw-chart:barChart)
- Type draw-chart:CT_OfPieChart (Element draw-chart:ofPieChart)
Sample instance
<draw-chart:serLines> <draw-chart:spPr> <a:xfrm> <a:off x="1" y="1"/> <a:ext cx="1" cy="1"/> </a:xfrm> <a:custGeom> <a:avLst>... </a:avLst> <a:gdLst>... </a:gdLst> <a:ahLst>... </a:ahLst> <a:cxnLst>... </a:cxnLst> <a:rect l="" t="" r="" b=""/> <a:pathLst>... </a:pathLst> </a:custGeom> <a:noFill/> <a:ln> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst>... </a:extLst> </a:ln> <a:effectLst> <a:blur/> <a:fillOverlay blend="over">... </a:fillOverlay> <a:glow>... </a:glow> <a:innerShdw>... </a:innerShdw> <a:outerShdw>... </a:outerShdw> <a:prstShdw prst="shdw1">... </a:prstShdw> <a:reflection/> <a:softEdge rad="0"/> </a:effectLst> <a:scene3d> <a:camera prst="legacyObliqueTopLeft">... </a:camera> <a:lightRig rig="legacyFlat1" dir="tl">... </a:lightRig> <a:backdrop>... </a:backdrop> <a:extLst>... </a:extLst> </a:scene3d> <a:sp3d> <a:bevelT/> <a:bevelB/> <a:extrusionClr>... </a:extrusionClr> <a:contourClr>... </a:contourClr> <a:extLst>... </a:extLst> </a:sp3d> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </draw-chart:spPr> </draw-chart:serLines>