Excel.Interfaces.ChartAxisTitleLoadOptions interface

Represents the title of a chart axis.

Remarks

[ API set: ExcelApi 1.1 ]

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

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 LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: 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 ]

visible

Specifies if the axis title is visible.

visible?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.1 ]