| Client-Side API Reference > FlexChart > wijmo.chart > Position Enum |
| Name | Value | Description |
|---|---|---|
| None | 0 |
The item is not visible. |
| Left | 1 |
The item appears to the left of the chart. |
| Top | 2 |
The item appears above the chart. |
| Right | 3 |
The item appears to the right of the chart. |
| Bottom | 4 |
The item appears below the chart. |
| Auto | 5 |
The item is positioned automatically. |
Specifies the position of an axis or legend on the chart.