ChartTitleFormat Object (JavaScript API for Excel)
Provides access to the office art formatting for chart title.
Properties
None
Relationships
| Relationship | Type | Description | Req. Set |
|---|---|---|---|
| fill | ChartFill | Represents the fill format of an object, which includes background formating information. Read-only. | 1.1 |
| font | ChartFont | Represents the font attributes (font name, font size, color, etc.) for an 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