[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Charts.SplitType

SplitType Enum

Represents the possible ways to split a pie of pie or bar of pie chart.

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

Fields

Name Description
Custom

The data points shall be split between the pie and the second chart according to the Custom Split values.

Percentage

The data points shall be split between the pie and the second chart by putting the points with percentage less than Split Position percent in the second chart.

Position

The data points shall be split between the pie and the second chart by putting the last Split Position of the data points in the second chart.

Value

The data points shall be split between the pie and the second chart by putting the data points with value less than Split Position in the second chart.