FibonacciRetracement Class |
Namespace: Arction.CustomControls.Trader.WinForms.DrawingTools
The FibonacciRetracement type exposes the following members.
| Name | Description | |
|---|---|---|
| FibonacciRetracement |
Constructor
|
| Name | Description | |
|---|---|---|
| ControlPoints |
Control points collection. Control points provide interactive way to modify drawing tool positioning and orientation.
(Inherited from DrawingTool.) | |
| FillEnabled |
Show colored fills between the Fibonacci lines. If disabled, only the lines are visible.
| |
| LabelColor |
Gets or sets the color of the labels.
| |
| LabelDistance |
Label distance to the Fibonacci lines in pixels.
| |
| LimitYToStackSegment |
Fibonacci lines are clipped outside the main segment, and not shown on segment indicators.
| |
| LineColor |
Gets or sets the color of the trend line and the retracements.
| |
| LineWidth |
Gets or sets the line width of the trend line and the retracements.
| |
| Magnetic |
Fibonacci Retracement is attached to the nearest OHLC-data value in vertical direction.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SetControlPointsAndDraw |
Draws the Drawing Tool based on the given coordinates.
(Inherited from DrawingTool.) | |
| StartDrawing |
Start defining the Drawing Tool by mouse
(Inherited from DrawingTool.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |