Click or drag to resize

FibonacciArc Class

LightningChart .NET Help
Draws a trend line between two control points, followed by multiple arcs intersecting the line at levels 38.2%, 50.0%, 61.8% and 100%. The arcs are centered on the second control point.
Inheritance Hierarchy

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

The FibonacciArc type exposes the following members.

Constructors
  NameDescription
Public methodFibonacciArc
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 arcs. If disabled, only the arcs are visible.
Public propertyFullCircle
Show Fibonacci arcs as full circle.
Public propertyLabelColor
Gets or sets the color of the labels.
Public propertyLabelDistance
Label distance to the arc lines in pixels.
Public propertyLimitYToStackSegment
Arc 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 arcs.
Public propertyLineWidth
Gets or sets the width of the trend line and the arcs.
Public propertyMagnetic
Fibonacci Arc 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