Spread Silverlight Documentation
OfPieChartSplitType Enumeration


Specifies the possible ways to split a pie of pie or bar of pie chart.
Syntax
'Declaration
 
Public Enum OfPieChartSplitType 
   Inherits System.Enum
'Usage
 
Dim instance As OfPieChartSplitType
public enum OfPieChartSplitType : System.Enum 
Members
MemberDescription
AutoSpecifies the data points shall be split using the default mechanism for this chart type.
CustomSpecifies the data points shall be split between the pie and the second chart according to the custom split values.
PercentSpecifies the data points shall be split between the pie and the second chart by putting the positons with percentage less than split position percent in the second chart.
PositionSpecifies the data points shall be split between the pie and the second chart by putting the last plit position of the data points int he second chart.
ValueSpecifies the data points shall be split between the pie and the second chart by putting the data points with values less than split position int the second chart.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.Chart.OfPieChartSplitType

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GrapeCity.Excel.Chart Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.