[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ChartSplitType

Enum ChartSplitType

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

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

public enum ChartSplitType

Fields

SplitByCustomSplit = 3

Specifies that arbitrary slides are displayed in the second chart.

SplitByPercentValue = 2

Specifies that the second chart displays values less than some percentage of the total value.The percentage is specified by the SplitValue property.

SplitByPosition = 0

Specifies that the second chart displays the smallest values in the data series. The number of values to display is specified by the SplitValue property.

SplitByValue = 1

Specifies that the second chart displays values less than the value specified by the SplitValue property.