XlChartSplitType Enum

Definition

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the values displayed in the second chart in a pie chart or a bar of pie chart.

public enum class XlChartSplitType
[System.Runtime.InteropServices.Guid("732091CB-0A8D-44BC-B977-418CCB37B552")]
public enum XlChartSplitType
[<System.Runtime.InteropServices.Guid("732091CB-0A8D-44BC-B977-418CCB37B552")>]
type XlChartSplitType = 
Public Enum XlChartSplitType
Inheritance
XlChartSplitType
Attributes

Fields

xlSplitByCustomSplit 4

You should access and use this enumeration from the Excel primary interop assembly (PIA). Arbitrary slides are displayed in the second chart.

xlSplitByPercentValue 3

You should access and use this enumeration from the Excel primary interop assembly (PIA). Second chart displays values less than some percentage of the total value. The percentage is specified by the SplitValue property.

xlSplitByPosition 1

You should access and use this enumeration from the Excel primary interop assembly (PIA). Second chart displays the smallest values in the data series. The number of values to display is specified by the SplitValue property.

xlSplitByValue 2

You should access and use this enumeration from the Excel primary interop assembly (PIA). Second chart displays values less than the value specified by the SplitValue property.

Applies to