Excel.Interfaces.ChartAxisTitleUpdateData interface
An interface for updating data on the ChartAxisTitle
object, for use in chartAxisTitle.set({ ... })
.
Properties
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
format
Specifies the formatting of the chart axis title.
format?: Excel.Interfaces.ChartAxisTitleFormatUpdateData;
Property Value
Remarks
text
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?: number;
Property Value
number
Remarks
visible
Specifies if the axis title is visible.
visible?: boolean;
Property Value
boolean
Remarks
Office Add-ins