Enum FibonacciRetracementAnnotation.LabelVerticalPosition
Controls where each level's label sits vertically relative to its level line.
Inherited Members
Namespace:
Assembly: .dll
Syntax
public enum FibonacciRetracementAnnotation.LabelVerticalPosition extends Enum<tradingAnnotations.FibonacciRetracementAnnotation.LabelVerticalPosition>
Fields
| Name | Description |
|---|---|
| ABOVE | Label floats above the level line. |
| BELOW | Label floats below the level line. |
| ON_LINE | Label is vertically centered on the level line. |
Methods
| Name | Description |
|---|---|
| valueOf(String name) | |
| values() |