ChartPoint Object (JavaScript API for Excel)
Represents a point of a series in a chart.
Properties
| Property | Type | Description | Req. Set |
|---|---|---|---|
| value | object | Returns the value of a chart point. Read-only. | 1.1 |
Relationships
| Relationship | Type | Description | Req. Set |
|---|---|---|---|
| format | ChartPointFormat | Encapsulates the format properties chart point. 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