Axis Properties

Include Protected Members
Include Inherited Members

The Axis type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the Microsoft Excel application.
Public property AxisBetweenCategories True if the value axis crosses the category axis between categories.
Public property AxisGroup Returns the group for the specified axis.
Public property AxisTitle Returns an AxisTitle object that represents the title of the specified axis.
Public property BaseUnit Returns or sets the base unit for the specified category axis.
Public property BaseUnitIsAuto True if Microsoft Excel chooses appropriate base units for the specified category axis. The default value is True.
Public property Border Returns a Border object that represents the border of the object.
Public property CategoryNames Returns or sets all the category names for the specified axis as a text array.
Public property CategoryType Returns or sets the category axis type.
Public property Creator Returns a 32-bit integer that indicates the application in which this object was created.
Public property Crosses Returns or sets the point on the specified axis where the other axis crosses.
Public property CrossesAt Returns or sets the point on the value axis where the category axis crosses it. Applies only to the value axis.
Public property DisplayUnit Returns or sets the unit label for the value axis.
Public property DisplayUnitCustom If the value of the DisplayUnit property is xlCustom, the DisplayUnitCustom property returns or sets the value of the displayed units. The value must be from 0 through 10E307.
Public property DisplayUnitLabel Returns the DisplayUnitLabel object for the specified axis. Returns Null if the HasDisplayUnitLabel property is set to False.
Public property Format Returns the ChartFormat object. Read-only.
Public property HasDisplayUnitLabel True if the label specified by the DisplayUnit or DisplayUnitCustom property is displayed on the specified axis. The default value is True.
Public property HasMajorGridlines True if the axis has major gridlines. Only axes in the primary axis group can have gridlines.
Public property HasMinorGridlines True if the axis has minor gridlines. Only axes in the primary axis group can have gridlines.
Public property HasTitle True if the axis or chart has a visible title.
Public property Height The height, in points, of the object.
Public property Left The distance, in points, from the left edge of the object to the left edge of the chart area.
Public property LogBase Returns or sets the base of the logarithm when you are using log scales. Read/write Double.
Public property MajorGridlines Returns a Gridlines object that represents the major gridlines for the specified axis. Only axes in the primary axis group can have gridlines.
Public property MajorTickMark Returns or sets the type of major tick mark for the specified axis.
Public property MajorUnit Returns or sets the major units for the value axis.
Public property MajorUnitIsAuto True if Microsoft Excel calculates the major units for the value axis.
Public property MajorUnitScale Returns or sets the major unit scale value for the category axis when the CategoryType property is set to xlTimeScale.
Public property MaximumScale Returns or sets the maximum value on the value axis.
Public property MaximumScaleIsAuto True if Microsoft Excel calculates the maximum value for the value axis.
Public property MinimumScale Returns or sets the minimum value on the value axis.
Public property MinimumScaleIsAuto True if Microsoft Excel calculates the minimum value for the value axis.
Public property MinorGridlines Returns a Gridlines object that represents the minor gridlines for the specified axis. Only axes in the primary axis group can have gridlines.
Public property MinorTickMark Returns or sets the type of minor tick mark for the specified axis.
Public property MinorUnit Returns or sets the minor units on the value axis.
Public property MinorUnitIsAuto True if Microsoft Excel calculates minor units for the value axis.
Public property MinorUnitScale Returns or sets the minor unit scale value for the category axis when the CategoryType property is set to xlTimeScale.
Public property Parent Returns the parent object for the specified object.
Public property ReversePlotOrder True if Microsoft Excel plots data points from last to first.
Public property ScaleType Returns or sets the value axis scale type.
Public property TickLabelPosition Describes the position of tick-mark labels on the specified axis.
Public property TickLabels Returns a TickLabels object that represents the tick-mark labels for the specified axis.
Public property TickLabelSpacing Returns or sets the number of categories or series between tick-mark labels. Applies only to category and series axes.
Public property TickLabelSpacingIsAuto Returns or sets whether or not the tick label spacing is automatic. Read/write Boolean.
Public property TickMarkSpacing Returns or sets the number of categories or series between tick marks. Applies only to category and series axes.
Public property Top The distance, in points, from the top edge of the object to the top of row 1 (on a worksheet) or the top of the chart area (on a chart).
Public property Type Returns the Axis type.
Public property Width The width, in points, of the object.

Top

See Also

Reference

Axis Interface

Microsoft.Office.Interop.Excel Namespace