TickLabels Class

TickLabels class

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


type TickLabels struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetFontReturns a object that represents the font of the specified TickLabels object.
GetAutoScaleFontTrue if the text in the object changes font size when the object size changes. The default value is True.
SetAutoScaleFontTrue if the text in the object changes font size when the object size changes. The default value is True.
GetBackgroundModeGets and sets the display mode of the background
SetBackgroundModeGets and sets the display mode of the background
GetRotationAngleRepresents text rotation angle in clockwise.
SetRotationAngleRepresents text rotation angle in clockwise.
IsAutomaticRotationIndicates whether the rotation angle is automatic
SetIsAutomaticRotationIndicates whether the rotation angle is automatic
Get_NumberFormatRepresents the format string for the TickLabels object.
SetNumberFormatRepresents the format string for the TickLabels object.
GetNumberRepresents the format number for the TickLabels object.
SetNumberRepresents the format number for the TickLabels object.
GetNumberFormatLinkedTrue if the number format is linked to the cells(so that the number format changes in the labels when it changes in the cells).
SetNumberFormatLinkedTrue if the number format is linked to the cells(so that the number format changes in the labels when it changes in the cells).
GetDisplayNumberFormatGets and sets the display number format of tick labels.
GetOffsetGets and sets the distance between the axis labels and the axis line.
SetOffsetGets and sets the distance between the axis labels and the axis line.
GetReadingOrderRepresents text reading order.
SetReadingOrderRepresents text reading order.
GetDirectionTypeGets and sets the direction of text.
SetDirectionTypeGets and sets the direction of text.
GetAlignmentTypeGets and sets the text alignment for the tick labels on the axis.
SetAlignmentTypeGets and sets the text alignment for the tick labels on the axis.