Class SparklineGroup
  
  Represents a group of spark lines. It contains properties common to one or more spark lines.
 
  
  
    Inheritance
    System.Object
    SparklineGroup
   
  
  Assembly: DRIT.Spreadsheet.dll
  Syntax
  
    public class SparklineGroup : object
   
  Constructors
  
  
  
  
  SparklineGroup()
  
  
  Declaration
  
  Properties
  
  
  
  
  ColorAxis
  
  
  Declaration
  
    public SpreadsheetColor ColorAxis { get; set; }
   
  Property Value
  
  
  
  
  ColorFirst
  
  
  Declaration
  
    public SpreadsheetColor ColorFirst { get; set; }
   
  Property Value
  
  
  
  
  ColorHigh
  
  
  Declaration
  
    public SpreadsheetColor ColorHigh { get; set; }
   
  Property Value
  
  
  
  
  ColorLast
  
  
  Declaration
  
    public SpreadsheetColor ColorLast { get; set; }
   
  Property Value
  
  
  
  
  ColorLow
  
  
  Declaration
  
    public SpreadsheetColor ColorLow { get; set; }
   
  Property Value
  
  
  
  
  ColorMarkers
  
  
  Declaration
  
    public SpreadsheetColor ColorMarkers { get; set; }
   
  Property Value
  
  
  
  
  ColorNegative
  
  
  Declaration
  
    public SpreadsheetColor ColorNegative { get; set; }
   
  Property Value
  
  
  
  
  ColorSeries
  
  
  Declaration
  
    public SpreadsheetColor ColorSeries { get; set; }
   
  Property Value
  
  
  
  
  DateAxis
  
  
  Declaration
  
    public bool DateAxis { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  DisplayEmptyCellsAs
  
  
  Declaration
  
    public ShowEmptyCellsAs DisplayEmptyCellsAs { get; set; }
   
  Property Value
  
  
  
  
  DisplayHidden
  
  
  Declaration
  
    public bool DisplayHidden { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  DisplayXAxis
  
  
  Declaration
  
    public bool DisplayXAxis { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  First
  
  
  Declaration
  
    public bool First { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  High
  
  
  Declaration
  
    public bool High { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  Last
  
  
  Declaration
  
    public bool Last { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  LineWeight
  
  
  Declaration
  
    public double LineWeight { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  
  
  Low
  
  
  Declaration
  
    public bool Low { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  ManualMaximum
  
  
  Declaration
  
    public double? ManualMaximum { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<System.Double> | 
         | 
      
    
  
  
  
  
  ManualMinimum
  
  
  Declaration
  
    public double? ManualMinimum { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<System.Double> | 
         | 
      
    
  
  
  
  
  Markers
  
  
  Declaration
  
    public bool Markers { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  MaxAxisType
  
  
  Declaration
  
    public SparklineAxisMinMax MaxAxisType { get; set; }
   
  Property Value
  
  
  
  
  MinAxisType
  
  
  Declaration
  
    public SparklineAxisMinMax MinAxisType { get; set; }
   
  Property Value
  
  
  
  
  Negative
  
  
  Declaration
  
    public bool Negative { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  RightToLeft
  
  
  Declaration
  
    public bool RightToLeft { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  SparkLines
  
  
  Declaration
  
    public List<Sparkline> SparkLines { get; }
   
  Property Value
  
  
  
  
  Type
  
  
  Declaration
  
    public SparkLineType Type { get; set; }
   
  Property Value