| Name | Description |
 | AddAdorners | When overriden in a derived class, places the appropriate adorners on the SciChart.Charting.Visuals.Annotations.AnnotationBase (Inherited from SciChart.Charting.Visuals.Annotations.AnnotationBase) |
 | AddChild | Adds a specified object as the child of a System.Windows.Controls.ContentControl. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | AddText | Adds a specified text string to a System.Windows.Controls.ContentControl. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | AddVisualChild | Defines the parent-child relationship between two visuals. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | ArrangeCore | Implements System.Windows.UIElement.ArrangeCore(System.Windows.Rect) (defined as virtual in System.Windows.UIElement) and seals the implementation. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | ArrangeOverride | Called to arrange and size the content of a System.Windows.Controls.Control object. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | AttachAnnotation | Attaches an SciChart.Charting.Visuals.Annotations.IAnnotation instance as a child of this SciChart.Charting.Visuals.Annotations.CompositeAnnotation. All attached annotations will delegate mouse events to their SciChart.Charting.Visuals.Annotations.CompositeAnnotation parent. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | AttachInteractionHandlersTo | Attaches handlers to particular events of passed object (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | DetachAnnotation | Detaches an SciChart.Charting.Visuals.Annotations.IAnnotation instance. Detached annotations are not rendered and don't respond to mouse events. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | DetachInteractionHandlersFrom | When called in a derived class, detaches any mouse events which may have been previously attached to the SciChart.Charting.Visuals.Annotations.AnnotationBase (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | FocusInputTextArea | Focuses the input text area. Applicable only for Text and label annotations (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | FromCoordinate | Converts a pixel coordinate to data-value (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | FromCoordinates | Overloaded. Converts pixel coordinates to data-values (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | FromRelativeCoordinate | Converts a relative coordinate (e.g. 0.0 to 1.0) to data-value (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | GetAdornerLayer | Gets the Adorner Canvas to place annotation adorners (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | GetAndAssertTemplateChild<T> | Gets the TemplateChild by the specified name and casts to type , asserting that the result is not null (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | GetCoordinates | Gets an SciChart.Charting.Visuals.Annotations.AnnotationCoordinates struct containing pixel coordinates to place or update the annotation in the current render pass (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | GetCurrentPlacementStrategy | This method is used internally by the SciChart.Charting.Visuals.Annotations.BoxAnnotation. Gets the annotation placement strategy (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | GetLayoutClip | Returns a geometry for a clipping mask. The mask applies if the layout system attempts to arrange an element that is larger than the available display space. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | GetPropertiesFromIndex | Used internally to derive the X1Property, Y1Property, X1Property, Y2Property pair for the given index around the annotation.. e.g. index 0 returns X1,Y1 index 1 returns X2,Y1 index 2 returns X2,Y2 index 3 returns X1,Y2 (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | GetSelectedCursor | (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | GetUsedAdorners<T> | Gets a collection of the Adorners currently used on the Annotation, given the Annotation AdornerLayer Canvas (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | GetVisualChild | Overrides System.Windows.Media.Visual.GetVisualChild(System.Int32), and returns a child at the specified index from a collection of child elements. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | GetXDataValue | (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | GetYDataValue | (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | HideAdornerMarkers | Hides adorner markers by calling SciChart.Charting.Visuals.Annotations.AdornerBase.Clear (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | HitTestCore | Overloaded. Implements System.Windows.Media.Visual.HitTestCore(System.Windows.Media.PointHitTestParameters) to supply base element hit testing behavior (returning System.Windows.Media.HitTestResult). (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | IsCoordinateValid | Determines whether the coordinate is valid for placing on the canvas, e.g. is greater than zero and less than (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | IsInBounds | Performs a simple rectangular bounds-check to see if the X1,X2,Y1,Y2 coordinates passed in are within the Canvas extends (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | MakeInvisible | Called internally by layout system when annotation is out of surface's bounds (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | MakeVisible | Called internally by layout system when annotation come into surface's bounds (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | MeasureCore | Implements basic measure-pass layout system behavior for System.Windows.FrameworkElement. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | MeasureOverride | Called to remeasure a control. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | MoveAnnotationTo | Moves the annotation to a specific horizontal and vertical offset (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | MoveBasePointTo | Called internally to marshal pixel points to X1,Y1,X2,Y2 values. Taking a pixel point () and base point , sets the X,Y data-values. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnAccessKey | Provides class handling for when an access key that is meaningful for this element is invoked. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnAnnotationCreated | Rises when trading annotation is created. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnAnnotationDragging | Initiates the DragDelta event (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnAnnotationLoaded | Gets called as soon as the Loaded event occurs. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnAnnotationMouseDown | Contains interaction logic of handling mouse down event (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnAnnotationMouseMove | Contains interaction logic of handling mouse move event (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnAnnotationMouseUp | Contains interaction logic of handling mouse up event (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnAnnotationPointerMoved | (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnAnnotationPointerPressed | (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnAnnotationPointerReleased | (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnAxisAlignmentChanged | Virtual method to override if you wish to be notified that the SciChart.Charting.Visuals.Axes.IAxis.AxisAlignment has changed (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnChildDesiredSizeChanged | Supports layout behavior when a child element is resized. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnContentChanged | (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnContentStringFormatChanged | (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnContentTemplateChanged | (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnContentTemplateSelectorChanged | (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnContextMenuClosing | Invoked whenever an unhandled System.Windows.FrameworkElement.ContextMenuClosing routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnContextMenuOpening | Invoked whenever an unhandled System.Windows.FrameworkElement.ContextMenuOpening routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnCreateAutomationPeer | Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnDpiChanged | Called when the DPI at which this View is rendered changes. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnDragEnter | Invoked when an unhandled System.Windows.DragDrop.DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnDragLeave | Invoked when an unhandled System.Windows.DragDrop.DragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnDragOver | Invoked when an unhandled System.Windows.DragDrop.DragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnDrop | Invoked when an unhandled System.Windows.DragDrop.DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnGiveFeedback | Invoked when an unhandled System.Windows.DragDrop.GiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnGotFocus | Invoked whenever an unhandled System.Windows.UIElement.GotFocus event reaches this element in its route. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnGotKeyboardFocus | Invoked when an unhandled System.Windows.Input.Keyboard.GotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnGotMouseCapture | Invoked when an unhandled System.Windows.Input.Mouse.GotMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnGotStylusCapture | Invoked when an unhandled System.Windows.Input.Stylus.GotStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnGotTouchCapture | Provides class handling for the System.Windows.UIElement.GotTouchCapture routed event that occurs when a touch is captured to this element. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnInitialized | Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to %[LangWord]true %internally. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnInvalidateParentSurface | Raises the SciChart.Charting.Utility.InvalidateSciChartMessage which causes the parent SciChart.Charting.Visuals.SciChartSurface to invalidate (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnIsKeyboardFocusedChanged | Invoked when an unhandled System.Windows.UIElement.IsKeyboardFocusedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnIsKeyboardFocusWithinChanged | Invoked just before the System.Windows.UIElement.IsKeyboardFocusWithinChanged event is raised by this element. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnIsMouseCapturedChanged | Invoked when an unhandled System.Windows.UIElement.IsMouseCapturedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnIsMouseCaptureWithinChanged | Invoked when an unhandled System.Windows.UIElement.IsMouseCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnIsMouseDirectlyOverChanged | Invoked when an unhandled System.Windows.UIElement.IsMouseDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnIsStylusCapturedChanged | Invoked when an unhandled System.Windows.UIElement.IsStylusCapturedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnIsStylusCaptureWithinChanged | Invoked when an unhandled System.Windows.UIElement.IsStylusCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnIsStylusDirectlyOverChanged | Invoked when an unhandled System.Windows.UIElement.IsStylusDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnKeyDown | Invoked when an unhandled System.Windows.Input.Keyboard.KeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnKeyUp | Invoked when an unhandled System.Windows.Input.Keyboard.KeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnLoaded | Called when trading annotation is loaded. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnLostFocus | Raises the System.Windows.UIElement.LostFocus routed event by using the event data that is provided. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnLostKeyboardFocus | Invoked when an unhandled System.Windows.Input.Keyboard.LostKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnLostMouseCapture | Invoked when an unhandled System.Windows.Input.Mouse.LostMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnLostStylusCapture | Invoked when an unhandled System.Windows.Input.Stylus.LostStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnLostTouchCapture | Provides class handling for the System.Windows.UIElement.LostTouchCapture routed event that occurs when this element loses a touch capture. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnManipulationBoundaryFeedback | Called when the System.Windows.UIElement.ManipulationBoundaryFeedback event occurs. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnManipulationCompleted | Called when the System.Windows.UIElement.ManipulationCompleted event occurs. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnManipulationDelta | Called when the System.Windows.UIElement.ManipulationDelta event occurs. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnManipulationInertiaStarting | Called when the System.Windows.UIElement.ManipulationInertiaStarting event occurs. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnManipulationStarted | Called when the System.Windows.UIElement.ManipulationStarted event occurs. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnManipulationStarting | Provides class handling for the System.Windows.UIElement.ManipulationStarting routed event that occurs when the manipulation processor is first created. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnMouseDoubleClick | Raises the System.Windows.Controls.Control.MouseDoubleClick routed event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnMouseDown | Invoked when an unhandled System.Windows.Input.Mouse.MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnMouseEnter | Invoked when an unhandled System.Windows.Input.Mouse.MouseEnter attached event is raised on this element. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnMouseLeave | Invoked when an unhandled System.Windows.Input.Mouse.MouseLeave attached event is raised on this element. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnMouseLeftButtonDown | Invoked when an unhandled System.Windows.UIElement.MouseLeftButtonDown routed event is raised on this element. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnMouseLeftButtonUp | Invoked when an unhandled System.Windows.UIElement.MouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnMouseMove | Invoked when an unhandled System.Windows.Input.Mouse.MouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnMouseRightButtonDown | Invoked when an unhandled System.Windows.UIElement.MouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnMouseRightButtonUp | Invoked when an unhandled System.Windows.UIElement.MouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnMouseUp | Invoked when an unhandled System.Windows.Input.Mouse.MouseUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnMouseWheel | Invoked when an unhandled System.Windows.Input.Mouse.MouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewDragEnter | Invoked when an unhandled System.Windows.DragDrop.PreviewDragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewDragLeave | Invoked when an unhandled System.Windows.DragDrop.PreviewDragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewDragOver | Invoked when an unhandled System.Windows.DragDrop.PreviewDragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewDrop | Invoked when an unhandled System.Windows.DragDrop.PreviewDrop attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewGiveFeedback | Invoked when an unhandled System.Windows.DragDrop.PreviewGiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewGotKeyboardFocus | Invoked when an unhandled System.Windows.Input.Keyboard.PreviewGotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewKeyDown | Invoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewKeyUp | Invoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewLostKeyboardFocus | Invoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewMouseDoubleClick | Raises the System.Windows.Controls.Control.PreviewMouseDoubleClick routed event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewMouseDown | Invoked when an unhandled System.Windows.Input.Mouse.PreviewMouseDown attached routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewMouseLeftButtonDown | Invoked when an unhandled System.Windows.UIElement.PreviewMouseLeftButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewMouseLeftButtonUp | Invoked when an unhandled System.Windows.UIElement.PreviewMouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewMouseMove | Invoked when an unhandled System.Windows.Input.Mouse.PreviewMouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewMouseRightButtonDown | Invoked when an unhandled System.Windows.UIElement.PreviewMouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewMouseRightButtonUp | Invoked when an unhandled System.Windows.UIElement.PreviewMouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewMouseUp | Invoked when an unhandled System.Windows.Input.Mouse.PreviewMouseUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewMouseWheel | Invoked when an unhandled System.Windows.Input.Mouse.PreviewMouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewQueryContinueDrag | Invoked when an unhandled System.Windows.DragDrop.PreviewQueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewStylusButtonDown | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewStylusButtonUp | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewStylusDown | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewStylusInAirMove | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewStylusInRange | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewStylusMove | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewStylusOutOfRange | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewStylusSystemGesture | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewStylusUp | Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewTextInput | Invoked when an unhandled System.Windows.Input.TextCompositionManager.PreviewTextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewTouchDown | Provides class handling for the System.Windows.UIElement.PreviewTouchDown routed event that occurs when a touch presses this element. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewTouchMove | Provides class handling for the System.Windows.UIElement.PreviewTouchMove routed event that occurs when a touch moves while inside this element. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPreviewTouchUp | Provides class handling for the System.Windows.UIElement.PreviewTouchUp routed event that occurs when a touch is released inside this element. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnPropertyChanged | Overloaded. Raises the PropertyChanged event, as part of System.ComponentModel.INotifyPropertyChanged implementation (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnQueryContinueDrag | Invoked when an unhandled System.Windows.DragDrop.QueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnQueryCursor | Invoked when an unhandled System.Windows.Input.Mouse.QueryCursor attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnRender | When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnStylusButtonDown | Invoked when an unhandled System.Windows.Input.Stylus.StylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnStylusButtonUp | Invoked when an unhandled System.Windows.Input.Stylus.StylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnStylusDown | Invoked when an unhandled System.Windows.Input.Stylus.StylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnStylusEnter | Invoked when an unhandled System.Windows.Input.Stylus.StylusEnter attached event is raised by this element. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnStylusInAirMove | Invoked when an unhandled System.Windows.Input.Stylus.StylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnStylusInRange | Invoked when an unhandled System.Windows.Input.Stylus.StylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnStylusLeave | Invoked when an unhandled System.Windows.Input.Stylus.StylusLeave attached event is raised by this element. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnStylusMove | Invoked when an unhandled System.Windows.Input.Stylus.StylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnStylusOutOfRange | Invoked when an unhandled System.Windows.Input.Stylus.StylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnStylusSystemGesture | Invoked when an unhandled System.Windows.Input.Stylus.StylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnStylusUp | Invoked when an unhandled System.Windows.Input.Stylus.StylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnTemplateChanged | (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnTextInput | Invoked when an unhandled System.Windows.Input.TextCompositionManager.TextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnToolTipClosing | Invoked whenever an unhandled System.Windows.FrameworkElement.ToolTipClosing routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnToolTipOpening | Invoked whenever the System.Windows.FrameworkElement.ToolTipOpening routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnTouchDown | Provides class handling for the System.Windows.UIElement.TouchDown routed event that occurs when a touch presses inside this element. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnTouchEnter | Provides class handling for the System.Windows.UIElement.TouchEnter routed event that occurs when a touch moves from outside to inside the bounds of this element. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnTouchLeave | Provides class handling for the System.Windows.UIElement.TouchLeave routed event that occurs when a touch moves from inside to outside the bounds of this System.Windows.UIElement. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnTouchMove | Provides class handling for the System.Windows.UIElement.TouchMove routed event that occurs when a touch moves while inside this element. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnTouchUp | Provides class handling for the System.Windows.UIElement.TouchUp routed event that occurs when a touch is released inside this element. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnXAxesCollectionChanged | Virtual method to override if you wish to be notified that the parent SciChart.Charting.Visuals.SciChartSurface.XAxes has changed (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnXAxisIdChanged | Virtual method to override if you wish to be notified that the SciChart.Charting.Visuals.Annotations.AnnotationBase.XAxisId has changed (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnYAxesCollectionChanged | Virtual method to override if you wish to be notified that the parent SciChart.Charting.Visuals.SciChartSurface.YAxes has changed (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | OnYAxisIdChanged | Virtual method to override if you wish to be notified that the SciChart.Charting.Visuals.Annotations.AnnotationBase.YAxisId has changed (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | PerformFocusOnInputTextArea | (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | PlaceAnnotation | Override in derived classes to handle specific placement of the annotation at the given SciChart.Charting.Visuals.Annotations.AnnotationCoordinates (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | RemoveAdorners | Removes all adorners from the SciChart.Charting.Visuals.Annotations.AnnotationBase (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | RemoveFocusInputTextArea | Remove focus from input text area. Applicable only for Text and label annotation (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | RemoveVisualChild | Removes the parent-child relationship between two visuals. (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | ToCoordinate | Overloaded. Converts a data value to pixel coordinate (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | ToCoordinates | Converts a data-values to pixel coordinates (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | TryUpdate | Updates annotation if coordinate calculators are valid (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | UpdateCursorsForInnerAnnotations | (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |
 | UpdateTextAnnotationBasePoint | Called to update position of the TextAnnotation (Inherited from SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation) |