Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IAxis Interface
Properties

In This Topic
    IAxis Interface Members
    In This Topic

    The following tables list the members exposed by IAxis.

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