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)

Usage

Dim xlChartSplitType1 As XlChartSplitType = XlChartSplitType.xlSplitByCustomSplit

Syntax

Public Enum XlChartSplitType
public enum XlChartSplitType
public enum class XlChartSplitType
public enum XlChartSplitType
public enum XlChartSplitType

Members

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace