Specifies where the data point label is drawn relative to a DataPoint.
public enum LabelPositionType
Members
| Member Name | Description | Value |
| Default | The system calculates the best suitable position. | 0 |
| Outside | The label is outside of the data point. | 1 |
| Bottom | The label is at the bottom of the data point. | 2 |
| BottomLeft | The label is at the bottom left of the data point. | 3 |
| BottomRight | The label is at the bottom right of the data point. | 4 |
| Center | The label is in the middle of the data point. | 5 |
| Left | The label is on the left of the data point. | 6 |
| Right | The label is on the right of the data point. | 7 |
| Top | The label is at the top of the data point. | 8 |
| TopLeft | The label is at the top left of the data point. | 9 |
| TopRight | The label is at the top right of the data point. | 10 |
Requirements
Namespace: Aspose.Chart
Assembly: Aspose.Chart (in Aspose.Chart.dll)
See Also
Aspose.Chart Namespace | DataPoint.LabelPosition