ExcelScript.ChartGridlines interface
Represents major or minor gridlines on a chart axis.
Methods
get |
Represents the formatting of chart gridlines. |
get |
Specifies if the axis gridlines are visible. |
set |
Specifies if the axis gridlines are visible. |
Method Details
getFormat()
Represents the formatting of chart gridlines.
getFormat(): ChartGridlinesFormat;
Returns
getVisible()
Specifies if the axis gridlines are visible.
getVisible(): boolean;
Returns
boolean
setVisible(visible)
Specifies if the axis gridlines are visible.
setVisible(visible: boolean): void;
Parameters
- visible
-
boolean
Returns
void
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 Scripts