Click or drag to resize

LightningChartLib.WinForms.Trader.DrawingTools Namespace

LightningChart .NET Help
 
Classes
 ClassDescription
Public classArrow Draws a straight line between two control points.
Public classControlPoint Control points used to draw and move the Drawing Tools.
Public classCrossLine Draws horizontal and vertical lines crossing at the selected point of the chart.
Public classDateRange Measures the date range, bar count, and total volume between two points on the chart.
Public classDrawingTool Base class for all drawing tools
Public classElliotWave Draws a wave pattern between several control points.
Public classEllipse Draws an ellipse.
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 classFibonacciExtension Fibonacci Extensions are based on three chosen points on chart: the first two points determine the price move while the third point is the end of retracement against that move. Extension lines using Fibonacci ratios are then drawn based on the price moves. Fibonacci Extensions are used to estimate how far the price could move.
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 classFibonacciTimeZones Draws vertical lines corresponding to elapsed time periods based on Fibonacci number sequence. Can be used to spot potential price reversal points.
Public classFlatTopBottom Draws a line between two points and another horizontal line above or below it. The area between the lines is then colored.
Public classFreehandAnnotation Draws a polygon of any shape based on the mouse movement. A text can be shown inside the polygon.
Public classHeadAndShoulders Draws a baseline with three peaks.
Public classHorizontalLine Draws a horizontal line across the whole chart.
Public classHorizontalRay Draws a straight line from a selected point to the right edge of the chart.
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 classParallelChannel Draws a line between two points and another parallel line above or below it, thus forming a channel. The middle value of the channel is displayed with a dashed line.
Public classPitchfork Pitchfork, also known as Andrews Pitchfork, can be used to identify support and resistance levels for a stock's price. It places three control points on the chart and draws a line from the first point through the midpoint of the other points.
Public classPlainText Adds a Text to the chart.
Public classPriceRange Measures the price change between two points on the chart.
Public classRectangle Draws a rectangle based on two control points. The points are the opposing corners of the rectangle.
Public classTextBox Adds a Text Box to the chart.
Public classTrendLine Draws a straight line between two control points.
Public classTriangle Draws a triangle based on three control points.
Public classVerticalLine Draws a vertical line across the whole chart.
Public classXABCDPattern Draws a five point pattern to the chart.