Click or drag to resize

FibonacciFan Class

LightningChart .NET Help
Draws a trend line between two control points, then several Fibonacci fan lines starting from the first point and crossing an “invisible” vertical line at the X-value of the second point based on Fibonacci levels at 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 FibonacciFan : DrawingTool

The FibonacciFan type exposes the following members.

Constructors
  NameDescription
Public methodFibonacciFan
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
Fan lines are clipped outside the main segment, and not shown on segment indicators.
Public propertyLineColor
Gets or sets the color of the fan lines.
Public propertyLineWidth
Gets or sets the width of the fan lines.
Public propertyMagnetic
Fibonacci Fan 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