[Table of Contents] [docx version]

Error! No text of specified style in document.

firstSliceAng (First Slice Angle)

This element specifies the angle of the first pie or doughnut chart slice, in degrees (clockwise from up).

Parent Elements

doughnutChart5.7.2.50); pieChart5.7.2.142)

 

Attributes

Description

val (First Slice Angle Value)

Specifies the angle of the first slice.

 

The possible values for this attribute are defined by the ST_FirstSliceAng simple type (§5.7.3.15).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_FirstSliceAng">

   <attribute name="val" type="ST_FirstSliceAng" default="0"/>

</complexType>