[]
        
Represents a single axis in a chart.
public interface IAxis
  Public Interface IAxis
  | Name | Description | 
|---|---|
| AxisBetweenCategories | Gets or sets a value indicating whether the value axis crosses the category axis between categories.  | 
      
| AxisTitle | Gets an IAxisTitle object that represents the title of the specified axis.  | 
      
| BaseUnit | Returns or sets the base unit (Days/Months/Years) for the specified category axis (takes effect when the   | 
      
| BaseUnitIsAuto | 
  | 
      
| CategoryNames | Gets or sets all the category names for the specified axis as a text array.  | 
      
| CategoryNamesFormula | Gets or sets the range that contains the source data for category names, using A1-notation formula.  | 
      
| CategoryNamesFormulaR1C1 | Gets or sets the range that contains the source data for category names, using R1C1-notation formula.  | 
      
| CategoryType | Returns or sets the category axis type.  | 
      
| Crosses | Gets or sets the point on the specified axis where the other axis crosses.  | 
      
| CrossesAt | Gets or sets the point on the value axis where the category axis crosses it.  | 
      
| DisplayUnit | Specifies the display unit label for an axis.  | 
      
| DisplayUnitCustom | Gets or sets the value of the displayed units
  | 
      
| DisplayUnitLabel | Gets the   | 
      
| Format | Gets the IChartFormat object.  | 
      
| HasDisplayUnitLabel | True if the label specified by the DisplayUnit or DisplayUnitCustom property is displayed on the specified axis. The default value is True  | 
      
| HasMajorGridlines | 
  | 
      
| HasMinorGridlines | 
  | 
      
| HasTitle | 
  | 
      
| LogBase | Gets or sets the base of the logarithm when you are using log scales.  | 
      
| MajorGridlines | Returns a GrapeCity.Spreadsheet.API.Charts.IGridlines object that represents the major gridlines for the specified axis. Only axes in the primary axis group can have gridlines.  | 
      
| MajorTickMark | Gets or sets the type of major tick mark for the specified axis. TickMark  | 
      
| MajorUnit | Returns or sets the major units for the value axis.  | 
      
| MajorUnitIsAuto | 
  | 
      
| MajorUnitScale | Returns or sets the major unit scale value for the category axis when the   | 
      
| MaximumScale | Returns or sets the maximum value on the value axis  or category axis if   | 
      
| MaximumScaleIsAuto | 
  | 
      
| MinimumScale | Returns or sets the minimum value on the value axis  or category axis if   | 
      
| MinimumScaleIsAuto | 
  | 
      
| MinorGridlines | Returns a GrapeCity.Spreadsheet.API.Charts.IGridlines object that represents the minor gridlines for the specified axis. Only axes in the primary axis group can have gridlines.  | 
      
| MinorTickMark | Gets or sets the type of minor tick mark for the specified axis. TickMark  | 
      
| MinorUnit | Returns or sets the minor units on the value axis.  | 
      
| MinorUnitIsAuto | 
  | 
      
| MinorUnitScale | Returns or sets the minor unit scale value for the category axis when the   | 
      
| ReversePlotOrder | 
  | 
      
| ScaleType | Gets or sets the value axis scale type.  | 
      
| TickLabelPosition | Gets or sets the position of tick-mark labels on the specified axis.  | 
      
| TickLabelSpacing | Gets or or sets the number of categories or series between tick-mark labels.  | 
      
| TickLabelSpacingIsAuto | Gets or sets whether or not the tick label spacing is automatic.  | 
      
| TickLabels | Gets the tick-mark labels associated with tick marks on a chart axis.  | 
      
| TickMarkSpacing | Gets or sets the number of categories or series between tick marks.  | 
      
| Type | Returns an AxisType value that represents the Axis type.  | 
      
| Visible | Gets a value indicating whether the axis is visible on the chart.  | 
      
| Name | Description | 
|---|---|
| Delete() | Delete axis.  |