Enum LabelPosition
Specifies the Position of Callout data label when rendered with a value point.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum LabelPosition
Fields
| Name | Description |
|---|---|
| Bottom | Text is rendered below the point. |
| Center | Text is centered on the point. |
| Left | Text is rendered to the left of the point. |
| Right | Text is rendered to the right of the point. |
| Top | Text is rendered above the point. |