Class OfPieChart
  
  
  
  
    Inheritance
    System.Object
    
    
    OfPieChart
   
  
  
  
  Assembly: DRIT.Spreadsheet.dll
  Syntax
  
    public class OfPieChart : ChartWithSeries<DataSeries>, IWorksheetChart, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject
   
  Constructors
  
  
  
  
  OfPieChart(Workbook, Sheet)
  
  
  Declaration
  
    public OfPieChart(Workbook workbook, Sheet sheet)
   
  Parameters
  
  Properties
  
  
  
  
  DataPointsInSecondPlot
  Gets or sets the one based index of data points in second plot.
 
  
  Declaration
  
    public int[] DataPointsInSecondPlot { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32[] | 
         | 
      
    
  
  
  
  
  GapWidth
  
  
  Declaration
  
    public double GapWidth { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  
  
  NumberOfValuesInSecondPlot
  Gets or sets the number of values in second plot. In case of SplitSeriesBy.Position.
 
  
  Declaration
  
    public int NumberOfValuesInSecondPlot { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  PieExplosion
  
  
  Declaration
  
    public double PieExplosion { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  
  
  SecondPlotSize
  
  
  Declaration
  
    public double SecondPlotSize { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  
  
  SplitSeriesBy
  
  
  Declaration
  
    public SplitType SplitSeriesBy { get; set; }
   
  Property Value
  
  
  
  
  ValuesLessThan
  
  
  Declaration
  
    public double ValuesLessThan { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  
  
  VaryColorsBySlice
  
  
  Declaration
  
    public bool VaryColorsBySlice { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Implements