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. |
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
visible
Specifies if the axis title is visible.
visible?: boolean;
Property Value
boolean
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins