Excel.Interfaces.ChartAxisTitleData interface

Warning

This API is now deprecated.

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

Properties

format

Specifies the formatting of the chart axis title.

text

Specifies the axis title.

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.

visible

Specifies if the axis title is visible.

Property Details

format

Warning

This API is now deprecated.

Specifies the formatting of the chart axis title.

format?: Excel.Interfaces.ChartAxisTitleFormatData;

Property Value

Remarks

[ API set: ExcelApi 1.1 ]

text

Warning

This API is now deprecated.

Specifies the axis title.

text?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.1 ]

textOrientation

Warning

This API is now deprecated.

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?: number;

Property Value

number

Remarks

[ API set: ExcelApi 1.12 ]

visible

Warning

This API is now deprecated.

Specifies if the axis title is visible.

visible?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.1 ]