Click or drag to resize

Arction.CustomControls.Trader.WinForms.DrawingTools Namespace

LightningChart .NET Help
 
Classes
  ClassDescription
Public classControlPoint
Control points used to draw and move the Drawing Tools.
Public classDrawingTool
Base class for all drawing tools
Public classFibonacciArc
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.
Public classFibonacciFan
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%.
Public classFibonacciRetracement
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%.
Public classFreehandAnnotation
Draws a polygon of any shape based on the mouse movement. A text can be shown inside the polygon.
Public classLinearRegressionChannel
Calculates and draws a linear regression line between two control points. Then draws two channel lines, one above and one below the regression line based on the selected channel type.
Public classTrendLine
Draws a straight line between two control points.