Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IAxis Interface

In This Topic
    IAxis Interface Methods
    In This Topic

    For a list of all members of this type, see IAxis members.

    Public Methods
     NameDescription
     MethodReturns the actual category axis type.  
     MethodGets whether the value axis crosses the category axis (True if the value axis crosses the category axis between categories).  
     MethodReturns the group for the specified axis.  
     MethodReturns an IAxisTitle object that represents the title of thespecified axis.  
     MethodGets the base unit for the specified category axis.  
     MethodGets whether the units are automatically selected (True if Microsoft Excel chooses appropriate base units for the specified category axis). The default value is True.  
     MethodGets all the category names for the specified axis as a text array.  
     MethodGets the category axis type.  
     MethodGets the point on the specified axis where the other axis crosses.  
     MethodGets the point on the value axis where the category axis crosses it. Applies only to the value axis.  
     MethodGets the unit label for the value axis.  
     MethodGets whether the displayed units use custom settings (If the DisplayUnit property of the is custom, then the DisplayUnitCustom property returns or sets the value of the displayed units. The value must be from 0 through 10E307.  
     MethodReturns the IDisplayUnitLabel object for the specified axis. ReturnsNull if the HasDisplayUnitLabel property is set to False.  
     MethodReturns the IChartFormat object.  
     MethodGets whether the label is displayed on the specified axis (True if the label specified by the DisplayUnit or DisplayUnitCustom property is displayed on the specified axis). The default value is True.  
     MethodGets whether the axis has major gridlines (True if the axis has major gridlines). This only applies to axes in the primary axis group can have gridlines.  
     MethodGets whether the axis has minor gridlines (True if the axis has minor gridlines). This only applies to axes in the primary axis group can have gridlines.  
     MethodGets whether the axis or chart has a visible title (True if the axis or chart has a visible title).  
     MethodGets the base of the logarithm when you are using log scales.  
     MethodReturns a IGridlines object that represents the major gridlines forthe specified axis. Only axes in the primary axis group can have gridlines.  
     MethodGets the type of major tick mark for the specified axis.  
     MethodGets the major units for the value axis.  
     MethodGets whether Excel calculates the major units (True if Microsoft Excel calculates the major units for the value axis).  
     MethodGets the major unit scale value for the category axis when the CategoryType property is set to TimeScale.  
     MethodGets the maximum value on the value axis.  
     MethodGets whether Excel calculates the maximum value (True if Microsoft Excel calculates the maximum value for the value axis).  
     MethodGets the minimum value on the value axis.  
     MethodGets whether Excel calculates the miniumum value for the value axis (True if Microsoft Excel calculates the minimum value).  
     MethodReturns the IGridlines object that represents the minor gridlines forthe specified axis. Only axes in the primary axis group can have gridlines.  
     MethodGets the type of minor tick mark for the specified axis.  
     MethodGets the minor units on the value axis.  
     MethodGets whether Microsoft Excel calculates minor units for the value axis (True if Excel calculates minor units).  
     MethodGets the minor unit scale value for the category axis when the CategoryType property is set to TimeScale.  
     MethodReturns the parent object for the specified object.  
     MethodGets whether Excel plots data from last to first (True if Microsoft Excel plots data points from last to first).  
     MethodGets the value axis scale type.  
     MethodGets the position of tick-mark labels on the specified axis.  
     MethodReturns the ITickLabels object that represents the tick-mark labelsfor the specified axis.  
     MethodGets the number of categories or series between tick-mark labels. This only applies to category and series axes.  
     MethodGets whether the tick label spacing is automatic.  
     MethodGets s the number of categories or series between tick marks. Applies only to category and series axes.  
     MethodReturns the Axis type.  
     MethodGet whether the axis is visible.  
     MethodSets whether the value axis crosses the category axis (True if the value axis crosses the category axis between categories).  
     MethodSets the base unit for the specified category axis.  
     MethodSets whether the units are automatically selected (True if Microsoft Excel chooses appropriate base units for the specified category axis). The default value is True.  
     MethodSets all the category names for the specified axis as a text array.  
     MethodSets the category axis type.  
     MethodSets the point on the specified axis where the other axis crosses.  
     MethodSets the point on the value axis where the category axis crosses it. Applies only to the value axis.  
     MethodSets the unit label for the value axis.  
     MethodSets whether the displayed units use custom settings (If the DisplayUnit property of the property is custom, then the DisplayUnitCustom property returns or sets the value of the displayed units. The value must be from 0 through 10E307.  
     MethodSets whether the label is displayed on the specified axis (True if the label specified by the DisplayUnit or DisplayUnitCustom property is displayed on the specified axis). The default value is True.  
     MethodSets whether the axis has major gridlines (True if the axis has major gridlines). This only applies to axes in the primary axis group can have gridlines.  
     MethodSets whether the axis has minor gridlines (True if the axis has minor gridlines). This only applies to axes in the primary axis group can have gridlines.  
     MethodSets whether the axis or chart has a visible title (True if the axis or chart has a visible title).  
     MethodSets the base of the logarithm when you are using log scales.  
     MethodSets the type of major tick mark for the specified axis.  
     MethodSets the major units for the value axis.  
     MethodSets whether Excel calculates the major units (True if Microsoft Excel calculates the major units for the value axis).  
     MethodSets the major unit scale value for the category axis when the CategoryType property is set to TimeScale.  
     MethodSets the maximum value on the value axis.  
     MethodSets whether Excel calculates the maximum value (True if Microsoft Excel calculates the maximum value for the value axis).  
     MethodSets the minimum value on the value axis.  
     MethodSets whether Excel calculates the miniumum value for the value axis (True if Microsoft Excel calculates the minimum value).  
     MethodSets the type of minor tick mark for the specified axis.  
     MethodSets the minor units on the value axis.  
     MethodSets whether Microsoft Excel calculates minor units for the value axis (True if Excel calculates minor units).  
     MethodSets the minor unit scale value for the category axis when the CategoryType property is set to TimeScale.  
     MethodSets whether Excel plots data from last to first (True if Microsoft Excel plots data points from last to first).  
     MethodSets the value axis scale type.  
     MethodSets the position of tick-mark labels on the specified axis.  
     MethodSets the number of categories or series between tick-mark labels. This only applies to category and series axes.  
     MethodSets whether the tick label spacing is automatic.  
     MethodSets s the number of categories or series between tick marks. Applies only to category and series axes.  
     MethodSet whether the axis is visible.  
    Top
    See Also