The following tables list the members exposed by Axis.
Name | Description | |
---|---|---|
![]() | AxisBetweenCategories | True if the value axis crosses the category axis between categories. |
![]() | AxisGroup | Returns the group for the specified axis. Read-only |
![]() | AxisTitle | Returns or sets a ChartTitle object that represents the title of the axis. |
![]() | BaseUnit | Returns or sets the base unit for the axis. |
![]() | BaseUnitIsAuto | True if Excel chooses appropriate base units for the specified category axis. The default value is True. |
![]() | CategoryType | Returns or sets the category axis type. |
![]() | Chart | Returns the owning chart (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject) |
![]() | Crosses | Returns or sets the point on the specified axis where the other axis crosses. |
![]() | CrossesAt | Returns or sets the point on the Axis at which the perpendicular axis intersects it. |
![]() | DisplayUnit | Returns or sets the unit label for the value axis. |
![]() | DisplayUnitCustom | If 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 |
![]() | DisplayUnitLabel | Returns or sets an DisplayUnitLabel object. |
![]() | GapWidth | Returns or sets a value indicating the width of the gaps between data points or series, expressed as a percentage. |
![]() | LogBase | Returns or sets the base of the logarithm when you are using log scales. |
![]() | MajorGridLines | Returns a ChartGridLines object which defines the color and weight of the major ticklines. |
![]() | MajorTickMark | Returns or sets the type of major tick mark for the specified axis. |
![]() | MajorUnit | Returns the major interval unit. |
![]() | MajorUnitIsAuto | True if Excel calculates the major units for the value axis. |
![]() | MajorUnitScale | Returns or sets the major unit scale value for the category axis when the CategoryType property is set to 'TimeScale'. |
![]() | MaximumScale | Returns or sets the maximum value on the value axis. |
![]() | MaximumScaleIsAuto | True if Excel calculates the maximum value for the value axis. |
![]() | MinimumScale | Returns or sets the minimum value on the value axis. |
![]() | MinimumScaleIsAuto | True if Excel calculates the minimum value for the value axis. |
![]() | MinorGridLines | Returns a ChartGridLines object which defines the color and weight of the minor ticklines. |
![]() | MinorTickMark | Returns or sets the type of minor tick mark for the specified axis. |
![]() | MinorUnit | Returns the minor interval unit. |
![]() | MinorUnitIsAuto | True if Excel calculates the minor units for the value axis. |
![]() | MinorUnitScale | Returns or sets the minor unit scale value for the category axis when the CategoryType property is set to 'TimeScale'. |
![]() | Owner | returns this object's owner. (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject) |
![]() | Position | Returns or sets an AxisPosition value which determines the placement of the axis as relative to the chart space. |
![]() | ReversePlotOrder | True if Excel plots data points from last to first. |
![]() | ScaleType | Returns or sets a value indicating whether the axis scale is linear or logarithmic. |
![]() | Sheet | The owning sheet (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject) |
![]() | TickLabelPosition | Describes the position of tick-mark labels on the specified axis. |
![]() | TickLabels | Returns a TickLabels object that represents the tick-mark labels for the specified axis. Read-only. |
![]() | TickLabelSpacing | Returns 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. |
![]() | TickLabelSpacingIsAuto | Returns or sets whether or not the tick label spacing is automatic. |
![]() | TickLines | Determines the appearance of the tick lines. |
![]() | TickMarkSpacing | Returns 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. |
![]() | Type | Returns the type of the axis (read-only) |
![]() | Visible | Returns or sets whether or not the axis is visible. |
![]() | Workbook | The owning workbook (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject) |
![]() | Worksheet | The owning worksheet (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject) |
Name | Description | |
---|---|---|
![]() | SetMajorMinorUnit | Sets the values of the MajorUnit and MinorUnit properties. |