Class LabelPosition
Specifies the Position of Callout data label when rendered with a value point.
Inheritance
System.Object
LabelPosition
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class LabelPosition : Enum
Fields
Bottom
Text is rendered below the point.
Declaration
public const LabelPosition Bottom
Field Value
| Type |
|---|
| LabelPosition |
Center
Text is centered on the point.
Declaration
public const LabelPosition Center
Field Value
| Type |
|---|
| LabelPosition |
Left
Text is rendered to the left of the point.
Declaration
public const LabelPosition Left
Field Value
| Type |
|---|
| LabelPosition |
Right
Text is rendered to the right of the point.
Declaration
public const LabelPosition Right
Field Value
| Type |
|---|
| LabelPosition |
Top
Text is rendered above the point.
Declaration
public const LabelPosition Top
Field Value
| Type |
|---|
| LabelPosition |