XlChartSplitType Enumeration
Specifies the values displayed in the second chart in a pie chart or a bar of pie chart.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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. |