Class CategoryAxis
  
  
  
  
    Inheritance
    System.Object
    
    CategoryAxis
   
  
  
  Assembly: DRIT.Spreadsheet.dll
  Syntax
  
    public class CategoryAxis : Axis
   
  Constructors
  
  
  
  
  CategoryAxis()
  
  
  Declaration
  
  Properties
  
  
  
  
  AxisTextDirectionCustomAngle
  
  
  Declaration
  
    public int AxisTextDirectionCustomAngle { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  AxisType
  
  
  Declaration
  
    public CategoryAxisType AxisType { get; set; }
   
  Property Value
  
  
  
  
  CategoriesInReverseOrder
  
  
  Declaration
  
    public bool CategoriesInReverseOrder { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  DateBounds
  
  
  Declaration
  
    public DateBounds DateBounds { get; }
   
  Property Value
  
  
  
  
  DateUnits
  
  
  Declaration
  
    public DateAxisUnits DateUnits { get; }
   
  Property Value
  
  
  
  
  DistanceFromAxis
  
  
  Declaration
  
    public int DistanceFromAxis { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  IntervalBetweenLabels
  
  
  Declaration
  
    public int? IntervalBetweenLabels { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<System.Int32> | 
         | 
      
    
  
  
  
  
  TextDirection
  
  
  Declaration
  
    public AxisTextDirection TextDirection { get; set; }
   
  Property Value