Spread.Services Documentation
ChartSplitType Enumeration
GrapeCity.Documents.Spread.Drawing Namespace : ChartSplitType Enumeration
Specifies the values displayed in the second chart in a pie chart or a bar of the pie chart.
Syntax
public enum ChartSplitType : System.Enum 
Members
MemberDescription
SplitByCustomSplit Specifies that arbitrary slides are displayed in the second chart.
SplitByPercentValue Specifies that the second chart displays values less than some percentage of the total value.The percentage is specified by the SplitValue property.
SplitByPosition 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 Specifies that the second chart displays values less than the value specified by the SplitValue property.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Spread.Drawing.ChartSplitType

See Also

Reference

GrapeCity.Documents.Spread.Drawing Namespace