Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / ChartSplitType Enumeration
In This Topic
    ChartSplitType Enumeration
    In This Topic
    Specifies the values displayed in the second chart in a pie chart or a bar of the pie chart.
    Members
    MemberDescription
    SplitByCustomSplitSpecifies that arbitrary slides are displayed in the second chart.
    SplitByPercentValueSpecifies that the second chart displays values less than some percentage of the total value.The percentage is specified by the SplitValue property.
    SplitByPositionSpecifies that the second chart displays the smallest values in the data series. The number of values to display is specified by the SplitValue property.
    SplitByValueSpecifies that the second chart displays values less than the value specified by the SplitValue property.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.drawing.ChartSplitType

    See Also