The axis, inherited from jquery.wijmo.wijchartcore.js, is an object containing all of the information to create the X and Y axes of the chart.
Type: Object
Fields
| Name | Description |
| x |
- An object containing all of the information to create the X axis of the chart.
- Type: Object
- Default: see example code below.
|
| y | An object containing all of the information to create the Y axis of the chart.
Type: Object
Default: see example code below. |
Top
See Also