Edit

Excel.Interfaces.ChartAxisTitleData interface

An interface describing the data returned by calling chartAxisTitle.toJSON().

Remarks

Used by

Properties

format

Specifies the formatting of the chart axis title.

text

Specifies the axis title.

visible

Specifies if the axis title is visible.

Property Details

format

Specifies the formatting of the chart axis title.

format?: Excel.Interfaces.ChartAxisTitleFormatData;

Property Value

Remarks

API set: ExcelApi 1.1

text

Specifies the axis title.

text?: string;

Property Value

string

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