Class LabelPlacement
Specifies the possible positions, in which the labels can be placed.
Inheritance
System.Object
LabelPlacement
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class LabelPlacement : Enum
Fields
Both
Indicates the labels placed on the both sides of the channel line.
Declaration
public const LabelPlacement Both
Field Value
| Type |
|---|
| LabelPlacement |
BottomRight
Indicates the labels placed on the bottom if orientation is horizontal, and on the right if orientation is vertical.
Declaration
public const LabelPlacement BottomRight
Field Value
| Type |
|---|
| LabelPlacement |
TopLeft
Indicates the labels placed on the top if orientation is horizontal, and on the left if orientation is vertical.
Declaration
public const LabelPlacement TopLeft
Field Value
| Type |
|---|
| LabelPlacement |