CustomSplit Element (Microsoft Excel)

Specifies the user-defined placement of points between a pie chart and its bar or secondary pie chart.

Contained In

Graph

Subelements

FirstSecond, PointCount

Remarks

All subelements are required.

This element is specified when the SplitType element contains the string constant Custom.

Example

This example specifies the position of 8 data points. The first 3 points and the eighth point are on the primary pie chart, while the fourth through seventh points are on the bar or secondary pie chart.


<x:CustomSplit><x:PointCount>8</x:PointCount>
<x:FirstSecond>11122221</x:FirstSecond></x:CustomSplit>