Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / 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 Pie chart.
    Syntax
    'Declaration
     
    
    Public Enum ChartSplitType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ChartSplitType
    public enum ChartSplitType : System.Enum 
    Members
    MemberDescription
    CustomArbitrary slides are displayed in the second chart.
    PercentValueSecond chart displays values less than some percentage of the total value. The percentage is specified by the IChartGroup.SplitValue property.
    PositionSecond chart displays the smallest values in the data series. The number of values to display is specified by the IChartGroup.SplitValue property.
    ValueSecond chart displays values less than the value specified by the IChartGroup.SplitValue property.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Charts.ChartSplitType

    See Also