[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Charts.ChartSplitType

ChartSplitType Enum

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

Namespace: GrapeCity.Spreadsheet.Charts
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum ChartSplitType
Public Enum ChartSplitType

Fields

Name Description
Custom

Arbitrary slides are displayed in the second chart.

PercentValue

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

Position

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

Value

Second chart displays values less than the value specified by the SplitValue property.