XlChartSplitType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the values displayed in the second chart in a pie chart or a bar of pie chart.
public enum class XlChartSplitType
public enum XlChartSplitType
Public Enum XlChartSplitType
- Inheritance
-
XlChartSplitType
Fields
Name | Value | Description |
---|---|---|
xlSplitByPosition | 1 | Second chart displays the smallest values in the data series. The number of values to display is specified by the SplitValue property. |
xlSplitByValue | 2 | Second chart displays values less than the value specified by the SplitValue property. |
xlSplitByPercentValue | 3 | Second chart displays values less than some percentage of the total value. The percentage is specified by the SplitValue property. |
xlSplitByCustomSplit | 4 | Arbitrary slides are displayed in the second chart. |