Enum LabelPlacement
Specifies the possible positions, in which the labels can be placed.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum LabelPlacement
Fields
| Name | Description |
|---|---|
| Both | Indicates the labels placed on the both sides of the channel line. |
| BottomRight | Indicates the labels placed on the bottom if orientation is horizontal, and on the right if orientation is vertical. |
| TopLeft | Indicates the labels placed on the top if orientation is horizontal, and on the left if orientation is vertical. |