| Client-Side API Reference > FlexChart > wijmo.chart > LabelPosition Enum |
| Name | Value | Description |
|---|---|---|
| None | 0 |
No data labels appear. |
| Left | 1 |
The labels appear to the left of the data points. |
| Top | 2 |
The labels appear above the data points. |
| Right | 3 |
The labels appear to the right of the data points. |
| Bottom | 4 |
The labels appear below the data points. |
| Center | 5 |
The labels appear centered on the data points. |
Specifies the position of data labels on the chart.