Class DateAxisUnits
  
  
  
  
    Inheritance
    System.Object
    DateAxisUnits
   
  
  Assembly: DRIT.Spreadsheet.dll
  Syntax
  
    public class DateAxisUnits : object
   
  Properties
  
  
  
  
  BaseUnit
  
  
  Declaration
  
    public TimeUnit? BaseUnit { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<TimeUnit> | 
         | 
      
    
  
  
  
  
  MajorUnit
  
  
  Declaration
  
    public TimeUnit? MajorUnit { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<TimeUnit> | 
         | 
      
    
  
  
  
  
  MajorValue
  
  
  Declaration
  
    public double? MajorValue { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<System.Double> | 
         | 
      
    
  
  
  
  
  MinorUnit
  
  
  Declaration
  
    public TimeUnit? MinorUnit { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<TimeUnit> | 
         | 
      
    
  
  
  
  
  MinorValue
  
  
  Declaration
  
    public double? MinorValue { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<System.Double> | 
         |