Click or drag to resize

FibonacciRetracement Class

LightningChart .NET Help
Draws a trend line between two control points, then several horizontal retracement lines based on selected price range(height) of the trendline. The retracement lines are drawn at Fibonacci levels of 38.2%, 50.0% and 61.8%.
Inheritance Hierarchy

Namespace:  Arction.CustomControls.Trader.WinForms.DrawingTools
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
public class FibonacciRetracement : DrawingTool

The FibonacciRetracement type exposes the following members.

Constructors
  NameDescription
Public methodFibonacciRetracement
Constructor
Top
Properties
  NameDescription
Public propertyControlPoints
Control points collection. Control points provide interactive way to modify drawing tool positioning and orientation.
(Inherited from DrawingTool.)
Public propertyFillEnabled
Show colored fills between the Fibonacci lines. If disabled, only the lines are visible.
Public propertyLabelColor
Gets or sets the color of the labels.
Public propertyLabelDistance
Label distance to the Fibonacci lines in pixels.
Public propertyLimitYToStackSegment
Fibonacci lines are clipped outside the main segment, and not shown on segment indicators.
Public propertyLineColor
Gets or sets the color of the trend line and the retracements.
Public propertyLineWidth
Gets or sets the line width of the trend line and the retracements.
Public propertyMagnetic
Fibonacci Retracement is attached to the nearest OHLC-data value in vertical direction.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetControlPointsAndDraw
Draws the Drawing Tool based on the given coordinates.
(Inherited from DrawingTool.)
Public methodStartDrawing
Start defining the Drawing Tool by mouse
(Inherited from DrawingTool.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also