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