Excel.Interfaces.ChartAxisTitleLoadOptions interface
Represents the title of a chart axis.
Remarks
Properties
$all | Specifying |
format | Specifies the formatting of the chart axis title. |
text | Specifies the axis title. |
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
text
visible
Specifies if the axis title is visible.
visible?: boolean;
Property Value
boolean