Title Class
Contents
[
Hide
]Title class
Encapsulates the object that represents the title of chart or axis.
type Title struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewTitle | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetText | Gets or sets the text of display unit label. |
SetText | Gets or sets the text of display unit label. |
IsVisible | Represents whether the title is visible. |
SetIsVisible | Represents whether the title is visible. |
GetX | Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area. |
SetX | Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area. |
GetY | Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area. |
SetY | Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area. |
GetOverLay | Represents overlay centered title on chart without resizing chart. |
SetOverLay | Represents overlay centered title on chart without resizing chart. |
Characters_Int_Int | Returns a Characters object that represents a range of characters within the text. |
IsDeleted | Indicates whether this data labels is deleted. |
SetIsDeleted | Indicates whether this data labels is deleted. |
GetTextHorizontalAlignment | Gets and sets the text horizontal alignment. |
SetTextHorizontalAlignment | Gets and sets the text horizontal alignment. |
GetTextVerticalAlignment | Gets or sets the text vertical alignment of text. |
SetTextVerticalAlignment | Gets or sets the text vertical alignment of text. |
GetRotationAngle | Represents text rotation angle. |
SetRotationAngle | Represents text rotation angle. |
IsAutomaticRotation | Indicates whether the text of the chart is automatically rotated. |
GetReadingOrder | Represents text reading order. |
SetReadingOrder | Represents text reading order. |
IsResizeShapeToFitText | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting iswhen text within a shape is scaled in order to contain all the text inside. |
SetIsResizeShapeToFitText | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting iswhen text within a shape is scaled in order to contain all the text inside. |
IsAutoText | Indicates the text is auto generated. |
SetIsAutoText | Indicates the text is auto generated. |
GetLinkedSource | Gets and sets a reference to the worksheet. |
SetLinkedSource | Gets and sets a reference to the worksheet. |
GetDirectionType | Gets and sets the direction of text. |
SetDirectionType | Gets and sets the direction of text. |
IsTextWrapped | Gets or sets a value indicating whether the text is wrapped. |
SetIsTextWrapped | Gets or sets a value indicating whether the text is wrapped. |