Axis Properties |
The Axis type exposes the following members.
Name | Description | |
---|---|---|
![]() | Area |
Gets the Area.
|
![]() | AxisBetweenCategories |
Represents if the value axis crosses the category axis between categories.
|
![]() | AxisLabels |
Gets the labels of the axis after call Chart.Calculate() method.
|
![]() | AxisLine |
Gets the appearance of an Axis.
|
![]() | BaseUnitScale |
Represents the base unit scale for the category axis.
|
![]() | Bins |
Represents bins on a chart(Histogram/Pareto) axis
|
![]() | CategoryType |
Represents the category axis type.
|
![]() | CrossAt |
Represents the point on the value axis where the category axis crosses it.
|
![]() | CrossType |
Represents the CrossType on the specified axis where the other axis crosses.
|
![]() | CustUnit |
Specifies a custom value for the display unit.
|
![]() | DisplayUnit |
Represents the unit label for the specified axis.
|
![]() | DisplayUnitLabel |
Represents a unit label on an axis in the specified chart.
Unit labels are useful for charting large values— for example, in the millions or billions.
|
![]() | HasMultiLevelLabels |
Indicates whether the labels shall be shown as multi level.
|
![]() | IsAutomaticMajorUnit |
Indicates whether the major unit of the axis is automatically assigned.
|
![]() | IsAutomaticMaxValue |
Indicates whether the max value is automatically assigned.
|
![]() | IsAutomaticMinorUnit |
Indicates whether the minor unit of the axis is automatically assigned.
|
![]() | IsAutomaticMinValue |
Indicates whether the min value is automatically assigned.
|
![]() | IsAutoTickLabelSpacing |
Indicates whether the spacing of tick label is automatic
|
![]() | IsDisplayUnitLabelShown |
Represents if the display unit label is shown on the specified axis.
|
![]() | IsLogarithmic |
Represents if the value axis scale type is logarithmic or not.
|
![]() | IsPlotOrderReversed |
Represents if Microsoft Excel plots data points from last to first.
|
![]() | IsVisible |
Represents if the axis is visible.
|
![]() | LogBase |
Represents the logarithmic base. Default value is 10.Only applies for Excel2007.
|
![]() ![]() | MajorGridLines |
Represents major gridlines on a chart axis.
|
![]() | MajorTickMark |
Represents the type of major tick mark for the specified axis.
|
![]() | MajorUnit |
Represents the major units for the axis.
|
![]() ![]() | MajorUnitScale |
Represents the major unit scale for the category axis.
|
![]() | MaxValue |
Represents the maximum value on the value axis.
|
![]() | MinorGridLines |
Represents minor gridlines on a chart axis.
|
![]() | MinorTickMark |
Represents the type of minor tick mark for the specified axis.
|
![]() | MinorUnit |
Represents the minor units for the axis.
|
![]() ![]() | MinorUnitScale |
Represents the major unit scale for the category axis.
|
![]() | MinValue |
Represents the minimum value on the value axis.
|
![]() | TickLabelPosition |
Represents 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.
|
![]() | TickLabelSpacing |
Represents the number of categories or series between tick-mark labels. Applies only to category and series axes.
|
![]() | TickMarkSpacing |
Returns or sets the number of categories or series between tick marks. Applies only to category and series axes.
|
![]() | Title |
Gets the axis' title.
|