Class LabelPosition
Defines the label position. They are:
Outer - Position the label outside the point.
Top - Position the label on top of the point.
Bottom - Position the label on bottom of the point.
Middle - Position the label to middle of the point.
Auto - Position the label based on series.
Inheritance
System.Object
LabelPosition
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class LabelPosition : Enum
Fields
Auto
Declaration
public const LabelPosition Auto
Field Value
Bottom
Declaration
public const LabelPosition Bottom
Field Value
Middle
Declaration
public const LabelPosition Middle
Field Value
Outer
Declaration
public const LabelPosition Outer
Field Value
Top
Declaration
public const LabelPosition Top
Field Value