Encapsulates the format properties for the overall chart area.
None
Relationship | Type | Description |
---|---|---|
fill | ChartFill | Represents the fill format of an object, which includes background formatting information. Read-only. |
font | ChartFont | Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only. |
Method | Return Type | Description |
---|---|---|
load(param: object) | void | Fills the proxy object created in JavaScript layer with property and object values specified in the parameter. |
Fills the proxy object created in JavaScript layer with property and object values specified in the parameter.
object.load(param);
Parameter | Type | Description |
---|---|---|
param | object | Optional. Accepts parameter and relationship names as delimited string or an array. Or, provide loadOption object. |
void