Click or drag to resize

FreehandAnnotation Class

LightningChart .NET Help
Draws a polygon of any shape based on the mouse movement. A text can be shown inside the polygon.
Inheritance Hierarchy

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

The FreehandAnnotation type exposes the following members.

Constructors
  NameDescription
Public methodFreehandAnnotation
Constructor
Top
Properties
  NameDescription
Public propertyAnnotationText
Gets or sets the text of the annotation.
Public propertyBorderColor
Gets or sets the border color of the annotation.
Public propertyBorderWidth
Gets or sets the border width.
Public propertyControlPoints
Control points collection. Control points provide interactive way to modify drawing tool positioning and orientation.
(Inherited from DrawingTool.)
Public propertyFillColor
Gets or sets the color of the annotation.
Public propertyFillEnabled
Show colored fill. If disabled, only the border line will be visible.
Public propertyFontSize
Font size of the annotation text
Public propertyLimitYToStackSegment
The annotation is clipped outside the main segment, and not shown on segment indicators.
Public propertyShowText
Gets or sets the visibility of the text.
Public propertyTextColor
The color of the annotation text
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