<splitType> (Split Type)

This element specifies how to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart.

Parent Elements

<ofPieChart>5.7.2.127)

Attributes

Description

<val> (Split Type Value)

Specifies how to split the data points between the first pie and second pie or bar.

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

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

<complexType name="CT_SplitType">
	<attribute name="val" type="ST_SplitType" default="auto"/>
</complexType>