XlChartSplitType Enumeration
Specifies the values displayed in the second chart in a pie chart or a bar of pie chart.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("878F9AD5-D422-4CA3-80A0-AE420918F413")> _
Public Enumeration XlChartSplitType
'Usage
Dim instance As XlChartSplitType
[GuidAttribute("878F9AD5-D422-4CA3-80A0-AE420918F413")]
public enum XlChartSplitType
Members
Member name | Description | |
---|---|---|
xlSplitByPosition | The second chart displays the smallest values in the data series. The number of values to display is specified by the SplitValue property. | |
xlSplitByPercentValue | The second chart displays values less than a percentage of the total value. The percentage is specified by the SplitValue property. | |
xlSplitByCustomSplit | The second chart displays arbitrary slides. | |
xlSplitByValue | The second chart displays values less than the value specified by the SplitValue property. |