ChartAxisTitleFormat Object (JavaScript API for Excel)
Represents the chart axis title formatting.
Properties
None
Relationships
| Relationship | Type | Description | Req. Set |
|---|---|---|---|
| font | ChartFont | Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only. | 1.1 |
Methods
None
Method Details
load(param: object)
Fills the proxy object created in JavaScript layer with property and object values specified in the parameter.
Syntax
object.load(param);
Parameters
| Parameter | Type | Description | |
|---|---|---|---|
| param | object | Optional. Accepts parameter and relationship names as delimited string or an array. Or, provide loadOption object. |
Returns
void