Excel.Interfaces.ChartAxisTitleLoadOptions interface
Represents the title of a chart axis.
Remarks
[Api set: ExcelApi 1.1]
Properties
| $all | Specifying |
| format | Specifies the formatting of the chart axis title. |
| text | Specifies the axis title. |
| text |
Specifies the angle to which the text is oriented for the chart axis title. The value should either be an integer from -90 to 90 or the integer 180 for vertically-oriented text. |
| visible | Specifies if the axis title is visible. |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
format
Specifies the formatting of the chart axis title.
format?: Excel.Interfaces.ChartAxisTitleFormatLoadOptions;
Property Value
Remarks
[Api set: ExcelApi 1.1]
text
Specifies the axis title.
text?: boolean;
Property Value
boolean
Remarks
[Api set: ExcelApi 1.1]
textOrientation
Specifies the angle to which the text is oriented for the chart axis title. The value should either be an integer from -90 to 90 or the integer 180 for vertically-oriented text.
textOrientation?: boolean;
Property Value
boolean
Remarks
[Api set: ExcelApi 1.12]
visible
Specifies if the axis title is visible.
visible?: boolean;
Property Value
boolean
Remarks
[Api set: ExcelApi 1.1]