Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ExcelScript.ChartAxisFormat interface

Package:
ExcelScript

Encapsulates the format properties for the chart axis.

Remarks

Used by

Methods

getFill()

Specifies chart fill formatting.

getFont()

Specifies the font attributes (font name, font size, color, etc.) for a chart axis element.

getLine()

Specifies chart line formatting.

Method Details

getFill()

Specifies chart fill formatting.

getFill(): ChartFill;

Returns

getFont()

Specifies the font attributes (font name, font size, color, etc.) for a chart axis element.

getFont(): ChartFont;

Returns

getLine()

Specifies chart line formatting.

getLine(): ChartLineFormat;

Returns


Feedback

Was this page helpful?