GrapeCity.Xaml.Excel
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
Auto Specifies the data points shall be split using the default mechanism for this chart type.
Custom Specifies the data points shall be split between the pie and the second chart according to the custom split values.
Percent Specifies 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.
Position Specifies 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.
Value Specifies 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 Server 2012, Windows RT

See Also

Reference

GrapeCity.Excel.Chart Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options