Class SheetChart
  
  
  
  
    Inheritance
    System.Object
    SheetChart
      
   
  
  
  Assembly: DRIT.Spreadsheet.dll
  Syntax
  
    public abstract class SheetChart : object, IWorksheetChart, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject
   
  Constructors
  
  
  
  
  SheetChart(Workbook, Sheet)
  
  
  Declaration
  
    public SheetChart(Workbook workbook, Sheet sheet)
   
  Parameters
  
  Fields
  
  
  
  autoTitleDeleted
  
  
  Declaration
  
    public bool? autoTitleDeleted
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<System.Boolean> | 
         | 
      
    
  
  Properties
  
  
  
  
  AnchoredCell
  
  
  Declaration
  
    public Cell AnchoredCell { get; set; }
   
  Property Value
  
  
  
  
  BottomRightCell
  
  
  Declaration
  
    public Cell BottomRightCell { get; }
   
  Property Value
  
  
  
  
  ChartArea
  
  
  Declaration
  
    public ChartArea ChartArea { get; }
   
  Property Value
  
  
  
  
  ChartType
  
  
  Declaration
  
    public ChartType ChartType { get; set; }
   
  Property Value
  
  
  
  
  DataSource
  
  
  Declaration
  
    public string DataSource { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  HiddenEmptyCellSettings
  
  
  Declaration
  
    public HiddenEmptyCellSettings HiddenEmptyCellSettings { get; }
   
  Property Value
  
  
  
  
  Id
  
  
  Declaration
  
    public int Id { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  Legend
  Gets or sets the legend of the chart.
 
  
  Declaration
  
    public Legend Legend { get; set; }
   
  Property Value
  
  
  
  
  Name
  
  
  Declaration
  
    public string Name { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  ParentGroup
  
  
  Declaration
  
    public GroupShape ParentGroup { get; }
   
  Property Value
  
  
  
  
  PlotArea
  
  
  Declaration
  
    public PlotArea PlotArea { get; }
   
  Property Value
  
  
  
  
  Position
  
  
  Declaration
  
    public Position Position { get; }
   
  Property Value
  
  
  
  
  Positioning
  
  
  Declaration
  
    public AnchorProperties Positioning { get; set; }
   
  Property Value
  
  
  
  
  Sheet
  
  
  Declaration
  
    public Sheet Sheet { get; }
   
  Property Value
  
  
  
  
  Size
  
  
  Declaration
  
    public Size Size { get; }
   
  Property Value
  
  
  
  
  Title
  
  
  Declaration
  
    public Title Title { get; set; }
   
  Property Value
  
  
  
  
  Usershapes
  Gets the collection of shapes within a chart.
 
  
  Declaration
  
    public ShapeCollection Usershapes { get; }
   
  Property Value
  
  
  
  
  Workbook
  
  
  Declaration
  
    protected Workbook Workbook { get; set; }
   
  Property Value
  
  
  
  
  Worksheet
  
  
  Declaration
  
    public Worksheet Worksheet { get; }
   
  Property Value
  
  Implements