Class TickLabels

TickLabels class

Represents the tick-mark labels associated with tick marks on a chart axis.

public class TickLabels

Properties

NameDescription
AlignmentType { get; set; }Gets and sets the text alignment for the tick labels on the axis.
AutoScaleFont { get; set; }True if the text in the object changes font size when the object size changes. The default value is True.
BackgroundMode { get; set; }Gets and sets the display mode of the background
DirectionType { get; set; }Gets and sets the direction of text.
DisplayNumberFormat { get; }Gets and sets the display number format of tick labels.
Font { get; }Returns a Font object that represents the font of the specified TickLabels object.
IsAutomaticRotation { get; set; }Indicates whether the rotation angle is automatic
Number { get; set; }Represents the format number for the TickLabels object.
NumberFormat { get; set; }Represents the format string for the TickLabels object.
NumberFormatLinked { get; set; }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).
Offset { get; set; }Gets and sets the distance of labels from the axis.
ReadingOrder { get; set; }Represents text reading order.
RotationAngle { get; set; }Represents text rotation angle in clockwise.
TextDirection { get; set; }(Obsolete.) Represents text reading order.
TickLabelItems { get; }Gets each tick label item’s information of axis.

See Also