TickLabels Class
Contents
[
Hide
]TickLabels class
Represents the tick-mark labels associated with tick marks on a chart axis.
type TickLabels struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetFont | Returns a |
GetAutoScaleFont | True if the text in the object changes font size when the object size changes. The default value is True. |
SetAutoScaleFont | True if the text in the object changes font size when the object size changes. The default value is True. |
GetBackgroundMode | Gets and sets the display mode of the background |
SetBackgroundMode | Gets and sets the display mode of the background |
GetRotationAngle | Represents text rotation angle in clockwise. |
SetRotationAngle | Represents text rotation angle in clockwise. |
IsAutomaticRotation | Indicates whether the rotation angle is automatic |
SetIsAutomaticRotation | Indicates whether the rotation angle is automatic |
Get_NumberFormat | Represents the format string for the TickLabels object. |
SetNumberFormat | Represents the format string for the TickLabels object. |
GetNumber | Represents the format number for the TickLabels object. |
SetNumber | Represents the format number for the TickLabels object. |
GetNumberFormatLinked | 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). |
SetNumberFormatLinked | 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). |
GetDisplayNumberFormat | Gets and sets the display number format of tick labels. |
GetOffset | Gets and sets the distance between the axis labels and the axis line. |
SetOffset | Gets and sets the distance between the axis labels and the axis line. |
GetReadingOrder | Represents text reading order. |
SetReadingOrder | Represents text reading order. |
GetDirectionType | Gets and sets the direction of text. |
SetDirectionType | Gets and sets the direction of text. |
GetAlignmentType | Gets and sets the text alignment for the tick labels on the axis. |
SetAlignmentType | Gets and sets the text alignment for the tick labels on the axis. |