[]
Represents the tick mark labels associated with tick marks on a chart axis.
public interface ITickLabels
Gets or sets the text direction.
TextDirection Direction { get; set; }
Returns the IFontFormat object that represents the font of the specified object.
IFontFormat Font { get; }
Gets or sets the format code for the object.
string NumberFormat { get; set; }
Gets or sets whether the number format is linked to the cells (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).
bool NumberFormatLinked { get; set; }
Gets or sets the distance between the levels of labels and the distance between the first level and the axis line.
int Offset { get; set; }
Gets or sets the text orientation. Can be an integer value from –90 to 90 degrees.
int Orientation { get; set; }
Returns the parent object for the specified object.
IAxis Parent { get; }