XlChartSplitType Enumeration

Specifies the values displayed in the second chart in a pie chart or a bar of pie chart.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration XlChartSplitType
'Usage
Dim instance As XlChartSplitType
public enum XlChartSplitType

Members

Member name Description
xlSplitByPosition Second chart displays the smallest values in the data series. The number of values to display is specified by the SplitValue property.
xlSplitByPercentValue Second chart displays values less than some percentage of the total value. The percentage is specified by the SplitValue property.
xlSplitByCustomSplit Arbitrary slides are displayed in the second chart.
xlSplitByValue Second chart displays values less than the value specified by the SplitValue property.

See Also

Reference

Microsoft.Office.Interop.Word Namespace