Static
$tStatic
nextTrue if the value axis crosses the category axis between categories.
Returns or sets a [[ChartTitle]] object that represents the title of the axis.
Returns or sets the base unit for the axis.
True if Excel chooses appropriate base units for the specified category axis. The default value is True.
Returns or sets the category axis type.
This property applies only to
When set to Automatic, the axis will resolve the category type to either CategoryScale or TimeScale, based on the type of the selected data.
Returns the owning chart (read-only)
[[owner]]
Returns or sets the point on the specified axis where the other axis crosses.
This property is only applicable to a category axis.
Set this property to Custom to specify a data value as a crossing point, using the [[crossesAt]] property to specify that value.
[[crossesAt]]
Returns or sets the point on the [[Axis]] at which the perpendicular axis intersects it.
For a category axis, this value is interpreted as the value of a data point. For example, on a category axis with a minimum data value of 0 and a maximum of 500, setting this property to 250 causes this axis to appear near the center of the plot area.
For a value axis, this value is interpreted as the one-based number of the category with which this axis should intersect.
Setting this property causes the [[crosses]] property to change to 'Custom'.
This property cannot be used on radar charts.
For 3-D charts, this property indicates where the plane defined by the category axes crosses the value axis.
Returns or sets the unit label for the value axis.
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
Returns or sets an [[displayUnitLabel]] object.
Returns or sets a value indicating the width of the gaps between data points or series, expressed as a percentage.
This property is only applicable for Box and Whisker, Histogram, Pareto, and Waterfall charts.
Returns or sets the base of the logarithm when you are using log scales.
Returns a [[ChartGridLines]] object which defines the color and weight of the major ticklines.
Returns the major interval unit.
To set the value of this property, use the [[setMajorMinorUnit]] method.
True if Excel calculates the major units for the value axis.
Returns or sets the maximum value on the value axis.
True if Excel calculates the maximum value for the value axis.
Returns or sets the minimum value on the value axis.
True if Excel calculates the minimum value for the value axis.
Returns a [[ChartGridLines]] object which defines the color and weight of the minor ticklines.
Returns the minor interval unit.
To set the value of this property, use the [[setMajorMinorUnit]] method.
True if Excel calculates the minor units for the value axis.
returns this object's owner. (read-only) The owner or null if this object is owned directly by the Chart
[[chart]]
Returns or sets an [[AxisPosition]] value which determines the placement of the axis as relative to the chart space.
This property is not applicable for series axes.
True if Excel plots data points from last to first.
Returns or sets a value indicating whether the axis scale is linear or logarithmic.
This property is only applicable for
Logarithmic scaling is not supported for axes which are associated with a series that contains negative values.
Describes the position of tick-mark labels on the specified axis.
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.
Returns or sets whether or not the tick label spacing is automatic.
Returns a TickLabels object that represents the tick-mark labels for the specified axis. Read-only.
Determines the appearance of the tick lines.
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.
Returns or sets whether or not the axis is visible.
Sets the values of the [[majorUnit]] and [[minorUnit]] properties.
The value of the 'majorUnit' parameter must exceed the value of the 'minorUnit' parameter or an exception is thrown.
Typically the value of 'majorUnit' is an exact multiple of 'minorUnit'; for example, for 5 minor units per major unit, set majorUnit to 1 and minorUnit to .2.
The new value for the [[majorUnit]] property.
The new value for the [[minorUnit]] property.
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
reference
Represents a single axis in a chart.
To change the color of the ticklines, use the [[ChartLineBase.fill]] property.