TickLabels Members
Include Protected Members
Include Inherited Members
Represents the tick mark labels associated with tick marks on a chart axis.
The TickLabels type exposes the following members.
Properties
Name | Description | |
---|---|---|
Alignment | Returns or sets the alignment for the specified tick label. | |
Application | Returns an Application object that represents the Microsoft Excel application. | |
AutoScaleFont | True if the text in the object changes font size when the object size changes. The default value is True. | |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. | |
Depth | Returns the number of levels of category tick labels. | |
Font | Returns a Font object that represents the font of the specified object. | |
Format | Returns the chart element format. Read-only. | |
MultiLevel | Sets whether an axis is multilevel or not. Read/write. | |
Name | Returns the name of the object. | |
NumberFormat | Returns or sets the format code for the object. | |
NumberFormatLinked | True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells). | |
NumberFormatLocal | Returns or sets the format code for the object as a string in the language of the user. | |
Offset | Returns or sets the distance between the levels of labels and the distance between the first level and the axis line. | |
Orientation | The text orientation. Can be an integer value from –90 to 90 degrees or one of the XlTickLabelOrientation constants. | |
Parent | Returns the parent object for the specified object. | |
ReadingOrder | Returns or sets the reading order for the specified object. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the object. | |
Select | Selects the object. |
Top