LineArrowAnnotation

StockSharp.Xaml.Charting.Visuals.Annotations

The LineArrowAnnotation provides a Line with X1,Y1,X2,Y2 coordinates and an arrow head at the tip.

Наследует: LineAnnotationBase

Конструкторы

LineArrowAnnotation()

Initializes a new instance of the LineArrowAnnotation class.

Свойства

HeadLength : double

Gets or sets the Head Length in pixels. Change this along with HeadWidth to make the line-arrow head larger or smaller

HeadWidth : double

Gets or sets the Head Length in pixels. Change this along with HeadLength to make the line-arrow head larger or smaller

Методы

IsPointWithinBounds(Point) : bool

Returns true if the Point is within the bounds of the current IHitTestable element

point
The point to test

Возвращает: true if the Point is within the bounds

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.

Поля

HeadLengthProperty : DependencyProperty

Defines the HeadLength DependencyProperty

HeadWidthProperty : DependencyProperty

Defines the HeadWidth DependencyProperty