Represents the chart axes.
None
Relationship | Type | Description |
---|---|---|
categoryAxis | ChartAxis | Represents the category axis in a chart. Read-only. |
seriesAxis | ChartAxis | Represents the series axis of a 3-dimensional chart. Read-only. |
valueAxis | ChartAxis | Represents the value axis in an axis. 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