Class LineDataSeries
  
  Represents a data series for a line chart.
 
  
  
    Inheritance
    System.Object
    
    
    LineDataSeries
   
  
  
  Assembly: DRIT.Spreadsheet.dll
  Syntax
  
    public class LineDataSeries : DataSeries
   
  Constructors
  
  
  
  
  LineDataSeries(SheetChart)
  
  
  Declaration
  
    public LineDataSeries(SheetChart sheetChart)
   
  Parameters
  
  Properties
  
  
  
  
  SmoothedLine
  
  
  Declaration
  
    public bool SmoothedLine { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  VaryColorsByPoint
  
  
  Declaration
  
    public bool VaryColorsByPoint { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  YErrorBar
  
  
  Declaration
  
    public ErrorBar YErrorBar { get; set; }
   
  Property Value