Class LineChart
  
  
  
  
    Inheritance
    System.Object
    
    
    
    LineChart
   
  
  
  
  Assembly: DRIT.Spreadsheet.dll
  Syntax
  
    public class LineChart : AbstractLineChart, IWorksheetChart, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject
   
  Constructors
  
  
  
  
  LineChart(Workbook, Sheet)
  
  
  Declaration
  
    public LineChart(Workbook workbook, Sheet sheet)
   
  Parameters
  
  Properties
  
  
  
  
  Grouping
  
  
  Declaration
  
    public Grouping Grouping { get; set; }
   
  Property Value
  
  
  
  
  HighLowLines
  
  
  Declaration
  
    public HighLowLines HighLowLines { get; set; }
   
  Property Value
  
  
  
  
  UpDownBars
  
  
  Declaration
  
    public UpDownBars UpDownBars { get; set; }
   
  Property Value
  
  Implements