Version

Axis Class Members

The following tables list the members exposed by Axis.

Public Properties
 NameDescription
Public PropertyAxisBetweenCategoriesTrue if the value axis crosses the category axis between categories.  
Public PropertyAxisGroupReturns the group for the specified axis. Read-only  
Public PropertyAxisTitleReturns or sets a ChartTitle object that represents the title of the axis.  
Public PropertyBaseUnitReturns or sets the base unit for the axis.  
Public PropertyBaseUnitIsAutoTrue if Excel chooses appropriate base units for the specified category axis. The default value is True.  
Public PropertyCategoryTypeReturns or sets the category axis type.  
Public PropertyChartReturns the owning chart (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject)
Public PropertyCrossesReturns or sets the point on the specified axis where the other axis crosses.  
Public PropertyCrossesAtReturns or sets the point on the Axis at which the perpendicular axis intersects it.  
Public PropertyDisplayUnitReturns or sets the unit label for the value axis.  
Public PropertyDisplayUnitCustomIf the value of the DisplayUnit property 'Custom' , the DisplayUnitCustom property returns or sets the value of the displayed units. The value must be from 0 through 10E307  
Public PropertyDisplayUnitLabelReturns or sets an DisplayUnitLabel object.  
Public PropertyGapWidthReturns or sets a value indicating the width of the gaps between data points or series, expressed as a percentage.  
Public PropertyLogBaseReturns or sets the base of the logarithm when you are using log scales.  
Public PropertyMajorGridLinesReturns a ChartGridLines object which defines the color and weight of the major ticklines.  
Public PropertyMajorTickMarkReturns or sets the type of major tick mark for the specified axis.  
Public PropertyMajorUnitReturns the major interval unit.  
Public PropertyMajorUnitIsAutoTrue if Excel calculates the major units for the value axis.  
Public PropertyMajorUnitScaleReturns or sets the major unit scale value for the category axis when the CategoryType property is set to 'TimeScale'.  
Public PropertyMaximumScaleReturns or sets the maximum value on the value axis.  
Public PropertyMaximumScaleIsAutoTrue if Excel calculates the maximum value for the value axis.  
Public PropertyMinimumScaleReturns or sets the minimum value on the value axis.  
Public PropertyMinimumScaleIsAutoTrue if Excel calculates the minimum value for the value axis.  
Public PropertyMinorGridLinesReturns a ChartGridLines object which defines the color and weight of the minor ticklines.  
Public PropertyMinorTickMarkReturns or sets the type of minor tick mark for the specified axis.  
Public PropertyMinorUnitReturns the minor interval unit.  
Public PropertyMinorUnitIsAutoTrue if Excel calculates the minor units for the value axis.  
Public PropertyMinorUnitScaleReturns or sets the minor unit scale value for the category axis when the CategoryType property is set to 'TimeScale'.  
Public PropertyOwnerreturns this object's owner. (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject)
Public PropertyPositionReturns or sets an AxisPosition value which determines the placement of the axis as relative to the chart space.  
Public PropertyReversePlotOrderTrue if Excel plots data points from last to first.  
Public PropertyScaleTypeReturns or sets a value indicating whether the axis scale is linear or logarithmic.  
Public PropertySheetThe owning sheet (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject)
Public PropertyTickLabelPositionDescribes the position of tick-mark labels on the specified axis.  
Public PropertyTickLabelsReturns a TickLabels object that represents the tick-mark labels for the specified axis. Read-only.  
Public PropertyTickLabelSpacingReturns or sets the number of categories or series between tick-mark labels. Applies only to category and series axes. Can be a value from 1 through 31999.  
Public PropertyTickLabelSpacingIsAutoReturns or sets whether or not the tick label spacing is automatic.  
Public PropertyTickLinesDetermines the appearance of the tick lines.  
Public PropertyTickMarkSpacingReturns or sets the number of categories or series between tick marks. Applies only to category and series axes. Can be a value from 1 through 31999.  
Public PropertyTypeReturns the type of the axis (read-only)  
Public PropertyVisibleReturns or sets whether or not the axis is visible.  
Public PropertyWorkbookThe owning workbook (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject)
Public PropertyWorksheetThe owning worksheet (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject)
Public Methods
 NameDescription
Public MethodSetMajorMinorUnitSets the values of the MajorUnit and MinorUnit properties.  
See Also