Fields  Properties  Methods  Events


AxisMarkerAnnotation Class Members

The following tables list the members exposed by AxisMarkerAnnotation.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the AxisMarkerAnnotation class.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Defines the FormattedValue DependencyProperty  
Public Fieldstatic (Shared in Visual Basic)Defines the LabelTemplate DependencyProperty  
Public Fieldstatic (Shared in Visual Basic)Defines the MarkerPointWidth DependencyProperty  
Public Fieldstatic (Shared in Visual Basic)Defines the PointerTemplate DependencyProperty  
Top
Protected Fields
 NameDescription
Protected FieldThe Root Element of the Annotation to be displayed on the Canvas (Inherited from SciChart.Charting.Visuals.Annotations.AnnotationBase)
Top
Public Properties
 NameDescription
Public PropertyGets the rendered height of this element. (Inherited from System.Windows.FrameworkElement)
Public PropertyGets the rendered width of this element. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets a value indicating whether this element can be used as the target of a drag-and-drop operation. This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the AnnotationCanvas to place the annotation on. The default is AnnotationCanvas.AboveChart (Inherited from AnchorPointAnnotation)
Public PropertyGets a value that indicates whether at least one touch is captured to this element. (Inherited from AnchorPointAnnotation)
Public PropertyGets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. (Inherited from AnchorPointAnnotation)
Public PropertyGets a value that indicates whether at least one touch is pressed over this element. (Inherited from AnchorPointAnnotation)
Public PropertyGets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. (Inherited from AnchorPointAnnotation)
Public PropertyGets SciChart.Charting.Visuals.Axes.IAxis intance where AxisMarkerAnnotation is placed  
Public PropertyGets AxisInfo for current MarkerValue Used internally as DataContext for PointerTemplate and LabelTemplate  
Public PropertyGets or sets a brush that describes the background of a control. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the System.Windows.Data.BindingGroup that is used for the element. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets a bitmap effect that applies directly to the rendered content for this element. This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets an input source for the bitmap effect that applies directly to the rendered content for this element. This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets a brush that describes the border background of a control. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the border thickness of a control. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets a cached representation of the System.Windows.UIElement. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets whether text can be edited on this AnnotationBase. Supported by Text or label annotations only (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the geometry used to define the outline of the contents of an element. This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets a value indicating whether to clip the content of this element (or content coming from the child elements of this element) to fit into the size of the containing element. This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets a collection of System.Windows.Input.CommandBinding objects associated with this element. A System.Windows.Input.CommandBinding enables command handling for this element, and declares the linkage between a command, its events, and the handlers attached by this element. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the content of a System.Windows.Controls.ContentControl. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets a composite string that specifies how to format the System.Windows.Controls.ContentControl.Content property if it is displayed as a string. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the data template used to display the content of the System.Windows.Controls.ContentControl. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets a template selector that enables an application writer to provide custom template-selection logic. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the context menu element that should appear whenever the context menu is requested through user interface (UI) from within this element. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the AnnotationCoordinateMode to use when placing the annotation. E.g. the default of Absolute requires that X1,Y1 coordinates are data-values. The value of Relative requires that X1,Y1 are double values from 0.0 to 1.0 (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the cursor that displays when the mouse pointer is over this element. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the data context for an element when it participates in data binding. (Inherited from AnchorPointAnnotation)
Public PropertyGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from AnchorPointAnnotation)
Public PropertyGets the size that this element computed during the measure pass of the layout process. (Inherited from AnchorPointAnnotation)
Public PropertyGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the command to invoke when current AnnotationBase is dragged or moved. (Inherited from AnchorPointAnnotation)
Public PropertyLimits the Drag direction when dragging the annotation using the mouse, e.g in the X-Direction, Y-Direction or XyDirection. See the SciChart.Charting.XyDirection enumeration for options (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the command to invoke when a Drag or move operation ends. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the command to invoke when a Drag or move operation starts. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the bitmap effect to apply to the System.Windows.UIElement. This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the direction that text and other user interface (UI) elements flow within any parent element that controls their layout. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets a value that indicates whether the element can receive focus. This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets a property that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the font family of the control. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the font size. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the degree to which a font is condensed or expanded on the screen. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the font style. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the weight or thickness of the specified font. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets a value that indicates whether this System.Windows.FrameworkElement should force the user interface (UI) to render the cursor as declared by the System.Windows.FrameworkElement.Cursor property. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets a brush that describes the foreground color. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the Formatted Value of the Axis Marker. By default this is data-bound to Y1  
Public PropertyGets a value indicating whether this element has any animated properties. (Inherited from AnchorPointAnnotation)
Public PropertyGets a value that indicates whether the System.Windows.Controls.ContentControl contains content. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the suggested height of the element. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the horizontal alignment characteristics applied to this element when it is composed within a parent element, such as a panel or items control. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the HorizontalAnchorPoint. The value of Left means the X1,Y1 coordinate of the annotation is on the Left horizontally. The value of Center means the X1,Y1 coordinate of the annotation is at the center horizontally. The value of Right means the X1,Y1 coordinate of the annotation is at the right horizontally. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the horizontal alignment of the control's content. (Inherited from AnchorPointAnnotation)
Public PropertyGets the computed HorizontalOffset in pixels to apply to this annotation when placing (Inherited from AnchorPointAnnotation)
Public PropertyGets the collection of input bindings associated with this element. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the context for input used by this System.Windows.FrameworkElement. (Inherited from AnchorPointAnnotation)
Public PropertyGets a value indicating whether the computed size and position of child elements in this element's layout are valid. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets whether this Element is attached to a parent SciChart.Charting.Visuals.SciChartSurface (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets whether the current annotation is editable. When editable, the user may click to select and interact with the annotation (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets a value indicating whether this element is enabled in the user interface (UI). This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets a value that determines whether this element has logical focus. This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets value, indicates whether current annotation was hidden by Hide call (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the command to invoke when the IsHidden property is changed. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets a value that declares whether this element can possibly be returned as a hit test result from some portion of its rendered content. This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets a value that indicates whether this element has been initialized, either during processing by a XAML processor, or by explicitly having its System.Windows.FrameworkElement.EndInit method called. (Inherited from AnchorPointAnnotation)
Public PropertyGets a value indicating whether an input method system, such as an Input Method Editor (IME), is enabled for processing the input to this element. (Inherited from AnchorPointAnnotation)
Public PropertyGets a value indicating whether this element has keyboard focus. This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets a value indicating whether keyboard focus is anywhere within the element or its visual tree child elements. This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets a value that indicates whether this element has been loaded for presentation. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets a value that indicates whether manipulation events are enabled on this System.Windows.UIElement. (Inherited from AnchorPointAnnotation)
Public PropertyGets a value indicating whether the current size returned by layout measure is valid. (Inherited from AnchorPointAnnotation)
Public PropertyGets a value indicating whether the mouse is captured to this element. This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets a value that determines whether mouse capture is held by this element or by child elements in its visual tree. This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets a value that indicates whether the position of the mouse pointer corresponds to hit test results, which take element compositing into account. This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets a value indicating whether the mouse pointer is located over this element (including child elements in the visual tree). This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets value, indicates whether current instance is resizable (Inherited from AnchorPointAnnotation)
Public PropertyGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets whether the current annotation is selected. When selected, an Adorner is placed over the annotation to allow dynamic resizing and dragging by the user. (Inherited from AnchorPointAnnotation)
Public PropertyGets a value indicating whether the stylus is captured by this element. This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets a value that determines whether stylus capture is held by this element, or an element within the element bounds and its visual tree. This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account. This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets a value indicating whether the stylus cursor is located over this element (including visual child elements). This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets a value indicating whether updates for the target are currently suspended (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets a value that indicates whether a control is included in tab navigation. (Inherited from AnchorPointAnnotation)
Public PropertyGets a value indicating whether this element is visible in the user interface (UI). This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets label template of AxisMarkerAnnotation  
Public PropertyGets or sets localization/globalization language information that applies to an element. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets a graphics transformation that should apply to this element when layout is performed. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the outer margin of an element. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the Marker tip width, this is the width of the point of the marker in pixels. Default value is 8. Change this property if the marker looks squashed!  
Public PropertyGets or sets the maximum height constraint of the element. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the maximum width constraint of the element. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the minimum height constraint of the element. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the minimum width constraint of the element. (Inherited from AnchorPointAnnotation)
Public PropertyGets the SciChart.Charting.Visuals.IChartModifierSurface instance on the parent SciChart.Charting.Visuals.SciChartSurface, which acts as a canvas to place UIElements (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the identifying name of the element. The name provides a reference so that code-behind, such as event handler code, can refer to a markup element after it is constructed during processing by a XAML processor. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the opacity factor applied to the entire System.Windows.UIElement when it is rendered in the user interface (UI). This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets an opacity mask, as a System.Windows.Media.Brush implementation that is applied to any alpha-channel masking for the rendered content of this element. This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets a value that indicates whether this element incorporates style properties from theme styles. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the padding inside a control. (Inherited from AnchorPointAnnotation)
Public PropertyGets the logical parent element of this element. (Inherited from AnchorPointAnnotation)
Public PropertyReturns the parental CompositeAnnotation for every child in the CompositeAnnotation.Annotations collection. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the parent SciChart.Charting.Visuals.SciChartSurface to perform operations on (Inherited from AnchorPointAnnotation)
Public PropertyGets a value that uniquely identifies this element. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets pointer template of AxisMarkerAnnotation  
Public PropertyGets (or sets) the final render size of this element. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets transform information that affects the rendering position of this element. This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the center point of any possible render transform declared by System.Windows.UIElement.RenderTransform, relative to the bounds of the element. This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyLimits the Resize direction when resizing the annotation using the mouse, e.g in the X-Direction, Y-Direction or XyDirection. See the SciChart.Charting.XyDirection enumeration for options (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the Style which is applied to the resizing grips appearing when the annotation gets selected. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the locally-defined resource dictionary. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the command to invoke when IAnnotation becomes selected. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets a SciChart.Core.Utility.IServiceContainer container (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets a value that determines whether rendering for this element should use device-specific pixel settings during rendering. This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the style used by this element when it is rendered. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets a value that determines the order in which elements receive focus when the user navigates through controls by using the TAB key. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets an arbitrary object value that can be used to store custom information about this element. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets a control template. (Inherited from AnchorPointAnnotation)
Public PropertyGets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the tool-tip object that is displayed for this element in the user interface (UI). (Inherited from AnchorPointAnnotation)
Public PropertyGets all touch devices that are captured to this element. (Inherited from AnchorPointAnnotation)
Public PropertyGets all touch devices that are captured to this element or any child elements in its visual tree. (Inherited from AnchorPointAnnotation)
Public PropertyGets all touch devices that are over this element. (Inherited from AnchorPointAnnotation)
Public PropertyGets all touch devices that are over this element or any child elements in its visual tree. (Inherited from AnchorPointAnnotation)
Public PropertyGets the collection of triggers established directly on this element, or in child elements. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the unique identifier (for localization) for this element. This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the command to invoke when IAnnotation becomes unselected. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets a value that indicates whether layout rounding should be applied to this element's size and position during layout. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the vertical alignment characteristics applied to this element when it is composed within a parent element such as a panel or items control. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the VerticalAnchorPoint. The value of Top means the X1,Y1 coordinate of the annotation is on the Top vertically. The value of Center means the X1,Y1 coordinate of the annotation is at the center vertically. The value of Bottom means the X1,Y1 coordinate of the annotation is at the Bottom vertically. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the vertical alignment of the control's content. (Inherited from AnchorPointAnnotation)
Public PropertyGets the computed VerticalOffset in pixels to apply to this annotation when placing (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the user interface (UI) visibility of this element. This is a dependency property. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the width of the element. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the X1 Coordinate of the Annotation. For AnnotationCoordinateMode.Absolute, this must be a data-value on the X-Axis such as a DateTime for SciChart.Charting.Visuals.Axes.DateTimeAxis, double for SciChart.Charting.Visuals.Axes.NumericAxis or integer index for SciChart.Charting.Visuals.Axes.CategoryDateTimeAxis. For AnnotationCoordinateMode.Relative, this must be a double value between 0.0 and 1.0, where 0.0 is the far left of the XAxis and 1.0 is the far right. (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the X2 Coordinate of the Annotation. For AnnotationCoordinateMode.Absolute, this must be a data-value on the X-Axis such as a DateTime for SciChart.Charting.Visuals.Axes.DateTimeAxis, double for SciChart.Charting.Visuals.Axes.NumericAxis or integer index for SciChart.Charting.Visuals.Axes.CategoryDateTimeAxis. For AnnotationCoordinateMode.Relative, this must be a double value between 0.0 and 1.0, where 0.0 is the far left of the XAxis and 1.0 is the far right. (Inherited from AnchorPointAnnotation)
Public PropertyReturns the XAxes on the parent SciChart.Charting.Visuals.SciChartSurface (Inherited from AnchorPointAnnotation)
Public PropertyGets the primary XAxis instance from the parent SciChart.Charting.Visuals.SciChartSurface.XAxes collection (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the ID of the X-Axis which this Annotation is measured against (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the Y1 Coordinate of the Annotation. For AnnotationCoordinateMode.Absolute, this must be a data-value on the Y-Axis such as a double for SciChart.Charting.Visuals.Axes.NumericAxis For AnnotationCoordinateMode.Relative, this must be a double value between 0.0 and 1.0, where 0.0 is the top of the YAxis and 1.0 is the bottom (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the Y2 Coordinate of the Annotation. For AnnotationCoordinateMode.Absolute, this must be a data-value on the Y-Axis such as a double for SciChart.Charting.Visuals.Axes.NumericAxis For AnnotationCoordinateMode.Relative, this must be a double value between 0.0 and 1.0, where 0.0 is the top of the YAxis and 1.0 is the bottom (Inherited from AnchorPointAnnotation)
Public PropertyReturns the YAxes on the parent SciChart.Charting.Visuals.SciChartSurface (Inherited from AnchorPointAnnotation)
Public PropertyGets the primary YAxis instance from the parent SciChart.Charting.Visuals.SciChartSurface.YAxes collection (Inherited from AnchorPointAnnotation)
Public PropertyGets or sets the ID of the Y-Axis which this Annotation is measured against (Inherited from AnchorPointAnnotation)
Top
Protected Properties
 NameDescription
Protected PropertyGets the canvas over the Series on the parent SciChart.Charting.Visuals.SciChartSurface (Inherited from SciChart.Charting.Visuals.Annotations.AnnotationBase)
Protected PropertyGets the canvas under the Series on the parent SciChart.Charting.Visuals.SciChartSurface (Inherited from AnchorPointAnnotation)
Protected PropertyGets a value that becomes the return value of System.Windows.UIElement.IsEnabled in derived classes. (Inherited from AnchorPointAnnotation)
Protected PropertyGets the SciChart.Charting.Visuals.IMainGrid which is the root component for the SciChart.Charting.Visuals.SciChartSurface, containing the XAxis, YAxes, ModifierSurface, RenderSurface and GridLinesPanel (Inherited from AnchorPointAnnotation)
Protected PropertyCoordinates saved during the last update for CompositeAnnotation. Later it will be passed to all CopmositAnnotation children as ParentCoordinates Used internally, only for Composite Annotation API (Inherited from AnchorPointAnnotation)
Protected PropertyGets a collection of all stylus plug-in (customization) objects associated with this element. (Inherited from AnchorPointAnnotation)
Protected PropertyGets or sets the System.Windows.Media.Effects.BitmapEffect value for the System.Windows.Media.Visual. (Inherited from AnchorPointAnnotation)
Protected PropertyGets or sets the System.Windows.Media.Effects.BitmapEffectInput value for the System.Windows.Media.Visual. (Inherited from AnchorPointAnnotation)
Protected PropertyGets or sets the System.Windows.Media.BitmapScalingMode for the System.Windows.Media.Visual. (Inherited from AnchorPointAnnotation)
Protected PropertyGets or sets a cached representation of the System.Windows.Media.Visual. (Inherited from AnchorPointAnnotation)
Protected PropertyGets the number of visual child elements within this element. (Inherited from AnchorPointAnnotation)
Protected PropertyGets or sets the clip region of the System.Windows.Media.Visual as a System.Windows.Media.Geometry value. (Inherited from AnchorPointAnnotation)
Protected PropertyGets or sets the edge mode of the System.Windows.Media.Visual as an System.Windows.Media.EdgeMode value. (Inherited from AnchorPointAnnotation)
Protected PropertyGets or sets the bitmap effect to apply to the System.Windows.Media.Visual. (Inherited from AnchorPointAnnotation)
Protected PropertyGets or sets the offset value of the visual object. (Inherited from AnchorPointAnnotation)
Protected PropertyGets or sets the opacity of the System.Windows.Media.Visual. (Inherited from AnchorPointAnnotation)
Protected PropertyGets or sets the System.Windows.Media.Brush value that represents the opacity mask of the System.Windows.Media.Visual. (Inherited from AnchorPointAnnotation)
Protected PropertyGets the visual tree parent of the visual object. (Inherited from AnchorPointAnnotation)
Protected PropertyGets or sets a clipped scrollable area for the System.Windows.Media.Visual. (Inherited from AnchorPointAnnotation)
Protected PropertyGets or sets the System.Windows.Media.Transform value for the System.Windows.Media.Visual. (Inherited from AnchorPointAnnotation)
Protected PropertyGets or sets the x-coordinate (vertical) guideline collection. (Inherited from AnchorPointAnnotation)
Protected PropertyGets or sets the y-coordinate (horizontal) guideline collection. (Inherited from AnchorPointAnnotation)
Top
Public Methods
 NameDescription
Public MethodOverloaded. Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. (Inherited from System.Windows.UIElement)
Public MethodAdds handlers to the specified System.Windows.EventRoute for the current System.Windows.UIElement event handler collection. (Inherited from AnchorPointAnnotation)
Public MethodOverloaded. Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation. (Inherited from AnchorPointAnnotation)
Public MethodBuilds the current template's visual tree if necessary, and returns a value that indicates whether the visual tree was rebuilt by this call. (Inherited from AnchorPointAnnotation)
Public MethodPositions child elements and determines a size for a System.Windows.UIElement. Parent elements call this method from their System.Windows.UIElement.ArrangeCore(System.Windows.Rect) implementation (or a WPF framework-level equivalent) to form a recursive layout update. This method constitutes the second pass of a layout update. (Inherited from AnchorPointAnnotation)
Public MethodOverloaded. Starts an animation for a specified animated property on this element. (Inherited from AnchorPointAnnotation)
Public MethodStarts the initialization process for this element. (Inherited from AnchorPointAnnotation)
Public MethodOverloaded. Begins the sequence of actions that are contained in the provided storyboard. (Inherited from AnchorPointAnnotation)
Public MethodOverloaded. Attempts to bring this element into view, within any scrollable regions it is contained within. (Inherited from AnchorPointAnnotation)
Public MethodAttempts to force capture of the mouse to this element. (Inherited from AnchorPointAnnotation)
Public MethodAttempts to force capture of the stylus to this element. (Inherited from AnchorPointAnnotation)
Public MethodAttempts to force capture of a touch to this element. (Inherited from AnchorPointAnnotation)
Public MethodOverloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from AnchorPointAnnotation)
Public MethodCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from AnchorPointAnnotation)
Public MethodCalled by IUpdateSuspender each time a target suspender is disposed. When the final target suspender has been disposed, ResumeUpdates is called (Inherited from AnchorPointAnnotation)
Public MethodIndicates that the initialization process for the element is complete. (Inherited from AnchorPointAnnotation)
Public Method (Inherited from AnchorPointAnnotation)
Public MethodReturns the common ancestor of two visual objects. (Inherited from AnchorPointAnnotation)
Public Method (Inherited from AnchorPointAnnotation)
Public MethodSearches for a resource with the specified key, and throws an exception if the requested resource is not found. (Inherited from AnchorPointAnnotation)
Public MethodAttempts to set focus to this element. (Inherited from AnchorPointAnnotation)
Public MethodReturns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation. (Inherited from AnchorPointAnnotation)
Public MethodOverloaded. This method is used in internally by the AnnotationResizeAdorner. Gets the adorner point positions (Inherited from AnchorPointAnnotation)
Public MethodReturns the System.Windows.Data.BindingExpression that represents the binding on the specified property. (Inherited from AnchorPointAnnotation)
Public MethodGets the bounds of the current SciChart.Core.Framework.IHitTestable element relative to another SciChart.Core.Framework.IHitTestable element (Inherited from AnchorPointAnnotation)
Public MethodGets the Canvas instance for this annotation (Inherited from AnchorPointAnnotation)
Public MethodGets a hash code for this System.Windows.DependencyObject. (Inherited from AnchorPointAnnotation)
Public MethodCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from AnchorPointAnnotation)
Public MethodReturns an XmlSchema that describes the XML representation of the object that is produced by the WriteXml method and consumed by the ReadXml method (Inherited from AnchorPointAnnotation)
Public MethodReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from AnchorPointAnnotation)
Public MethodGets the XAxis SciChart.Charting.Visuals.Axes.IAxis instance on the parent SciChart.Charting.Visuals.SciChartSurface at the specified SciChart.Charting.Visuals.Axes.AxisAlignment (Inherited from AnchorPointAnnotation)
Public MethodGets the YAxis SciChart.Charting.Visuals.Axes.IAxis instance on the parent SciChart.Charting.Visuals.SciChartSurface at the specified SciChart.Charting.Visuals.Axes.AxisAlignment (Inherited from AnchorPointAnnotation)
Public MethodHides the Annotation by removing adorner markers from the parent SciChart.Charting.Visuals.SciChartSurface.AdornerLayerCanvas and setting Visibility to Collapsed (Inherited from AnchorPointAnnotation)
Public Method (Inherited from AnchorPointAnnotation)
Public MethodInvalidates the arrange state (layout) for the element. After the invalidation, the element will have its layout updated, which will occur asynchronously unless subsequently forced by System.Windows.UIElement.UpdateLayout. (Inherited from AnchorPointAnnotation)
Public MethodInvalidates the measurement state (layout) for the element. (Inherited from AnchorPointAnnotation)
Public Method (Inherited from AnchorPointAnnotation)
Public MethodInvalidates the rendering of the element, and forces a complete new layout pass. System.Windows.UIElement.OnRender(System.Windows.Media.DrawingContext) is called after the layout cycle is completed. (Inherited from AnchorPointAnnotation)
Public MethodDetermines whether the visual object is an ancestor of the descendant visual object. (Inherited from AnchorPointAnnotation)
Public MethodDetermines whether the visual object is a descendant of the ancestor visual object. (Inherited from AnchorPointAnnotation)
Public MethodOverridden. Returns true if the Point is within the bounds of the current SciChart.Core.Framework.IHitTestable element  
Public MethodUpdates the System.Windows.UIElement.DesiredSize of a System.Windows.UIElement. Parent elements call this method from their own System.Windows.UIElement.MeasureCore(System.Windows.Size) implementations to form a recursive layout update. Calling this method constitutes the first pass (the "Measure" pass) of a layout update. (Inherited from AnchorPointAnnotation)
Public MethodThis method is used internally by the AnnotationDragAdorner. Programmatically moves the annotation by an X,Y offset. (Inherited from AnchorPointAnnotation)
Public MethodMoves the keyboard focus away from this element and to another element in a provided traversal direction. (Inherited from AnchorPointAnnotation)
Public MethodOverridden. When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.  
Public MethodCalled when the element is attached to the Chart Surface (Inherited from AnchorPointAnnotation)
Public MethodCalled immediately before the element is detached from the Chart Surface (Inherited from AnchorPointAnnotation)
Public MethodRaises the DragDelta event, called when a drag operation is in progress and each time the X1 Y1 X2 Y2 points update in the annotation (Inherited from AnchorPointAnnotation)
Public MethodRaises the DragEnded event, called when a drag operation ends (Inherited from AnchorPointAnnotation)
Public MethodRaises the DragStarted event, called when a drag operation starts (Inherited from AnchorPointAnnotation)
Public MethodConverts a System.Windows.Point in screen coordinates into a System.Windows.Point that represents the current coordinate system of the System.Windows.Media.Visual. (Inherited from AnchorPointAnnotation)
Public MethodConverts a System.Windows.Point that represents the current coordinate system of the System.Windows.Media.Visual into a System.Windows.Point in screen coordinates. (Inherited from AnchorPointAnnotation)
Public MethodDetermines the next element that would receive focus relative to this element for a provided focus movement direction, but does not actually move the focus. (Inherited from AnchorPointAnnotation)
Public Method (Inherited from AnchorPointAnnotation)
Public MethodReturns the local value of a dependency property, if it exists. (Inherited from AnchorPointAnnotation)
Public MethodGenerates AnnotationBase from its XML representation. (Inherited from AnchorPointAnnotation)
Public MethodRefreshes the annotation position on the parent SciChart.Charting.Visuals.SciChartSurface, without causing a full redraw of the chart (Inherited from AnchorPointAnnotation)
Public MethodProvides an accessor that simplifies access to the System.Windows.NameScope registration method. (Inherited from AnchorPointAnnotation)
Public MethodReleases all captured touch devices from this element. (Inherited from AnchorPointAnnotation)
Public MethodReleases the mouse capture, if this element held the capture. (Inherited from AnchorPointAnnotation)
Public MethodReleases the stylus device capture, if this element held the capture. (Inherited from AnchorPointAnnotation)
Public MethodAttempts to release the specified touch device from this element. (Inherited from AnchorPointAnnotation)
Public Method (Inherited from AnchorPointAnnotation)
Public MethodResumes the updates. (Inherited from AnchorPointAnnotation)
Public MethodOverloaded. This method is used in internally by the AnnotationResizeAdorner. Programmatically sets an adorner point position (Inherited from AnchorPointAnnotation)
Public MethodOverloaded. Attaches a binding to this element, based on the provided binding object. (Inherited from AnchorPointAnnotation)
Public Method (Inherited from AnchorPointAnnotation)
Public MethodSearches for a resource with the specified name and sets up a resource reference to it for the specified property. (Inherited from AnchorPointAnnotation)
Public MethodOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from AnchorPointAnnotation)
Public MethodShows annotation which being hidden by Hide call (Inherited from AnchorPointAnnotation)
Public MethodSuspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued (Inherited from AnchorPointAnnotation)
Public MethodReturns the string representation of a System.Windows.Controls.Control object. (Inherited from AnchorPointAnnotation)
Public MethodOverloaded. Returns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified System.Windows.Media.Visual ancestor of the visual object. (Inherited from AnchorPointAnnotation)
Public MethodReturns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified visual object descendant. (Inherited from AnchorPointAnnotation)
Public MethodReturns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified visual object. (Inherited from AnchorPointAnnotation)
Public MethodOverloaded. Translates the point relative to the other SciChart.Core.Framework.IHitTestable element (Inherited from AnchorPointAnnotation)
Public MethodSearches for a resource with the specified key, and returns that resource if found. (Inherited from AnchorPointAnnotation)
Public MethodSimplifies access to the System.Windows.NameScope de-registration method. (Inherited from AnchorPointAnnotation)
Public MethodOverridden. Updates the coordinate calculators and refreshes the annotation position on the parent SciChart.Charting.Visuals.SciChartSurface  
Public MethodReapplies the default style to the current System.Windows.FrameworkElement. (Inherited from AnchorPointAnnotation)
Public MethodEnsures that all visual child elements of this element are properly updated for layout. (Inherited from AnchorPointAnnotation)
Public MethodUpdates the position and values of the annotation during a drag or resize operation, by setting X1,Y1,X2,Y2 and X,Y pixel coordinates together, from a pixel coordinate input (Inherited from AnchorPointAnnotation)
Public MethodConverts AnnotationBase into its XML representation. (Inherited from AnchorPointAnnotation)
Top
Protected Methods
 NameDescription
Protected MethodWhen overriden in a derived class, places the appropriate adorners on the AnnotationBase (Inherited from SciChart.Charting.Visuals.Annotations.AnnotationBase)
Protected MethodAdds a specified object as the child of a System.Windows.Controls.ContentControl. (Inherited from AnchorPointAnnotation)
Protected MethodAdds a specified text string to a System.Windows.Controls.ContentControl. (Inherited from AnchorPointAnnotation)
Protected MethodDefines the parent-child relationship between two visuals. (Inherited from AnchorPointAnnotation)
Protected MethodImplements System.Windows.UIElement.ArrangeCore(System.Windows.Rect) (defined as virtual in System.Windows.UIElement) and seals the implementation. (Inherited from AnchorPointAnnotation)
Protected MethodCalled to arrange and size the content of a System.Windows.Controls.Control object. (Inherited from AnchorPointAnnotation)
Protected MethodAttaches handlers to particular events of passed object (Inherited from AnchorPointAnnotation)
Protected MethodWhen called in a derived class, detaches any mouse events which may have been previously attached to the AnnotationBase (Inherited from AnchorPointAnnotation)
Protected MethodFocuses the input text area. Applicable only for Text and label annotations (Inherited from AnchorPointAnnotation)
Protected MethodConverts a pixel coordinate to data-value (Inherited from AnchorPointAnnotation)
Protected MethodOverloaded. Converts pixel coordinates to data-values (Inherited from AnchorPointAnnotation)
Protected MethodConverts a relative coordinate (e.g. 0.0 to 1.0) to data-value (Inherited from AnchorPointAnnotation)
Protected MethodGets the Adorner Canvas to place annotation adorners (Inherited from AnchorPointAnnotation)
Protected MethodApplies HorizontalOffset and VerticalOffset to annotationCoordinates (Inherited from AnchorPointAnnotation)
Protected MethodGets the TemplateChild by the specified name and casts to type T, asserting that the result is not null (Inherited from AnchorPointAnnotation)
Protected MethodGets an AnnotationCoordinates struct containing pixel coordinates to place or update the annotation in the current render pass (Inherited from AnchorPointAnnotation)
Protected MethodOverridden.   
Protected MethodReturns 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 AnchorPointAnnotation)
Protected MethodUsed 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 AnchorPointAnnotation)
Protected MethodOverridden. Gets the System.Windows.Input.Cursor to use for the annotation when selected  
Protected MethodGets a collection of the Adorners currently used on the Annotation, given the Annotation AdornerLayer Canvas (Inherited from AnchorPointAnnotation)
Protected MethodOverrides System.Windows.Media.Visual.GetVisualChild(System.Int32), and returns a child at the specified index from a collection of child elements. (Inherited from AnchorPointAnnotation)
Protected MethodHides adorner markers by calling AdornerBase.Clear (Inherited from AnchorPointAnnotation)
Protected MethodOverloaded. Implements System.Windows.Media.Visual.HitTestCore(System.Windows.Media.PointHitTestParameters) to supply base element hit testing behavior (returning System.Windows.Media.HitTestResult). (Inherited from AnchorPointAnnotation)
Protected MethodDetermines whether the coordinate is valid for placing on the canvas, e.g. is greater than zero and less than canvasMeasurement (Inherited from AnchorPointAnnotation)
Protected MethodPerforms a simple rectangular bounds-check to see if the X1,X2,Y1,Y2 coordinates passed in are within the Canvas extends (Inherited from AnchorPointAnnotation)
Protected MethodCalled internally by layout system when annotation is out of surface's bounds (Inherited from AnchorPointAnnotation)
Protected MethodCalled internally by layout system when annotation come into surface's bounds (Inherited from AnchorPointAnnotation)
Protected MethodImplements basic measure-pass layout system behavior for System.Windows.FrameworkElement. (Inherited from AnchorPointAnnotation)
Protected MethodCalled to remeasure a control. (Inherited from AnchorPointAnnotation)
Protected MethodMoves the annotation to a specific horizontal and vertical offset (Inherited from AnchorPointAnnotation)
Protected MethodCalled internally to marshal pixel points to X1,Y1,X2,Y2 values. Taking a pixel point (newPoint) and base point index, sets the X,Y data-values. (Inherited from AnchorPointAnnotation)
Protected MethodProvides class handling for when an access key that is meaningful for this element is invoked. (Inherited from AnchorPointAnnotation)
Protected MethodInitiates the DragDelta event (Inherited from AnchorPointAnnotation)
Protected MethodGets called as soon as the Loaded event occurs. (Inherited from AnchorPointAnnotation)
Protected MethodContains interaction logic of handling mouse down event (Inherited from AnchorPointAnnotation)
Protected MethodContains interaction logic of handling mouse move event (Inherited from AnchorPointAnnotation)
Protected MethodContains interaction logic of handling mouse up event (Inherited from AnchorPointAnnotation)
Protected Method (Inherited from AnchorPointAnnotation)
Protected Method (Inherited from AnchorPointAnnotation)
Protected Method (Inherited from AnchorPointAnnotation)
Protected MethodOverridden. Virtual method to override if you wish to be notified that the SciChart.Charting.Visuals.Axes.IAxis.AxisAlignment has changed  
Protected MethodSupports layout behavior when a child element is resized. (Inherited from AnchorPointAnnotation)
Protected Method (Inherited from AnchorPointAnnotation)
Protected Method (Inherited from AnchorPointAnnotation)
Protected Method (Inherited from AnchorPointAnnotation)
Protected Method (Inherited from AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodReturns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure. (Inherited from AnchorPointAnnotation)
Protected MethodCalled when the DPI at which this View is rendered changes. (Inherited from AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked whenever an unhandled System.Windows.UIElement.GotFocus event reaches this element in its route. (Inherited from AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodProvides class handling for the System.Windows.UIElement.GotTouchCapture routed event that occurs when a touch is captured to this element. (Inherited from AnchorPointAnnotation)
Protected MethodRaises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to %[LangWord]true %internally. (Inherited from AnchorPointAnnotation)
Protected MethodRaises the SciChart.Charting.Utility.InvalidateSciChartMessage which causes the parent SciChart.Charting.Visuals.SciChartSurface to invalidate (Inherited from AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodRaises the System.Windows.UIElement.LostFocus routed event by using the event data that is provided. (Inherited from AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodProvides class handling for the System.Windows.UIElement.LostTouchCapture routed event that occurs when this element loses a touch capture. (Inherited from AnchorPointAnnotation)
Protected MethodCalled when the System.Windows.UIElement.ManipulationBoundaryFeedback event occurs. (Inherited from AnchorPointAnnotation)
Protected MethodCalled when the System.Windows.UIElement.ManipulationCompleted event occurs. (Inherited from AnchorPointAnnotation)
Protected MethodCalled when the System.Windows.UIElement.ManipulationDelta event occurs. (Inherited from AnchorPointAnnotation)
Protected MethodCalled when the System.Windows.UIElement.ManipulationInertiaStarting event occurs. (Inherited from AnchorPointAnnotation)
Protected MethodCalled when the System.Windows.UIElement.ManipulationStarted event occurs. (Inherited from AnchorPointAnnotation)
Protected MethodProvides class handling for the System.Windows.UIElement.ManipulationStarting routed event that occurs when the manipulation processor is first created. (Inherited from AnchorPointAnnotation)
Protected MethodRaises the System.Windows.Controls.Control.MouseDoubleClick routed event. (Inherited from AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodRaises the System.Windows.Controls.Control.PreviewMouseDoubleClick routed event. (Inherited from AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodProvides class handling for the System.Windows.UIElement.PreviewTouchDown routed event that occurs when a touch presses this element. (Inherited from AnchorPointAnnotation)
Protected MethodProvides class handling for the System.Windows.UIElement.PreviewTouchMove routed event that occurs when a touch moves while inside this element. (Inherited from AnchorPointAnnotation)
Protected MethodProvides class handling for the System.Windows.UIElement.PreviewTouchUp routed event that occurs when a touch is released inside this element. (Inherited from AnchorPointAnnotation)
Protected MethodOverloaded. Raises the PropertyChanged event, as part of System.ComponentModel.INotifyPropertyChanged implementation (Inherited from AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodWhen 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected Method (Inherited from AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodInvoked 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 AnchorPointAnnotation)
Protected MethodProvides class handling for the System.Windows.UIElement.TouchDown routed event that occurs when a touch presses inside this element. (Inherited from AnchorPointAnnotation)
Protected MethodProvides 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 AnchorPointAnnotation)
Protected MethodProvides 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 AnchorPointAnnotation)
Protected MethodProvides class handling for the System.Windows.UIElement.TouchMove routed event that occurs when a touch moves while inside this element. (Inherited from AnchorPointAnnotation)
Protected MethodProvides class handling for the System.Windows.UIElement.TouchUp routed event that occurs when a touch is released inside this element. (Inherited from AnchorPointAnnotation)
Protected MethodOverridden. Virtual method to override if you wish to be notified that the parent SciChart.Charting.Visuals.SciChartSurface.XAxes has changed  
Protected MethodVirtual method to override if you wish to be notified that the XAxisId has changed (Inherited from AnchorPointAnnotation)
Protected MethodOverridden. Virtual method to override if you wish to be notified that the parent SciChart.Charting.Visuals.SciChartSurface.YAxes has changed  
Protected MethodVirtual method to override if you wish to be notified that the YAxisId has changed (Inherited from AnchorPointAnnotation)
Protected Method (Inherited from AnchorPointAnnotation)
Protected MethodOverride in derived classes to handle specific placement of the annotation at the given AnnotationCoordinates (Inherited from AnchorPointAnnotation)
Protected MethodRemoves all adorners from the AnnotationBase (Inherited from AnchorPointAnnotation)
Protected MethodRemove focus from input text area. Applicable only for Text and label annotation (Inherited from AnchorPointAnnotation)
Protected MethodRemoves the parent-child relationship between two visuals. (Inherited from AnchorPointAnnotation)
Protected MethodOverloaded. Overridden. Converts a Data-Value to Pixel Coordinate  
Protected MethodConverts a data-values to pixel coordinates (Inherited from AnchorPointAnnotation)
Protected MethodOverridden. Updates annotation if coordinate calculators are valid  
Top
Extension Methods
 NameDescription
Public Extension MethodOverloaded. Sets Canvas.Left, Canvas.Top to the X,Y value of a point
Public Extension MethodDatabinds the source property to the destination property
Public Extension MethodNotifies that finalizer has been invoked
Public Extension MethodFinds the logical parent of the System.Windows.FrameworkElement
Public Extension MethodFinds the visual child of type T
Public Extension MethodOverloaded. Finds the visual parent of type T
Public Extension MethodOverloaded. Gets the bounds of an element relative to another SciChart.Core.Framework.IHitTestable element
Public Extension MethodOverloaded. Determines whether instance is in visual tree
Public Extension MethodDetermines whether this instance is visible.
Public Extension MethodForces the layout pass on the element
Public Extension MethodRegisters a PropertyChangedCallback on the property name
Public Extension MethodOverloaded. Renders a FrameworkElement to bitmap
Public Extension MethodThreadSafe DependencyObject.SetValue implementation
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
Public Events
 NameDescription
Public EventOccurs just before any context menu on the element is closed. (Inherited from System.Windows.FrameworkElement)
Public EventOccurs when any context menu on the element is opened. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the data context for this element changes. (Inherited from AnchorPointAnnotation)
Public EventOccurs when current AnnotationBase is dragged or moved (Inherited from AnchorPointAnnotation)
Public EventOccurs when a Drag or move operation ends (Inherited from AnchorPointAnnotation)
Public EventOccurs when the input system reports an underlying drag event with this element as the drag target. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the input system reports an underlying drag event with this element as the drag origin. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from AnchorPointAnnotation)
Public EventOccurs when a Drag or move operation starts (Inherited from AnchorPointAnnotation)
Public EventOccurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the value of the System.Windows.UIElement.Focusable property changes. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the input system reports an underlying drag-and-drop event that involves this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when this element gets logical focus. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the keyboard is focused on this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when this element captures the mouse. (Inherited from AnchorPointAnnotation)
Public EventOccurs when this element captures the stylus. (Inherited from AnchorPointAnnotation)
Public EventOccurs when a touch is captured to this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when this System.Windows.FrameworkElement is initialized. This event coincides with cases where the value of the System.Windows.FrameworkElement.IsInitialized property changes from false (or undefined) to true. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the value of the System.Windows.UIElement.IsEnabled property on this element changes. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the IsHidden property is changed (Inherited from AnchorPointAnnotation)
Public EventOccurs when the value of the System.Windows.UIElement.IsHitTestVisible dependency property changes on this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the value of the System.Windows.UIElement.IsKeyboardFocused property changes on this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the value of the System.Windows.UIElement.IsKeyboardFocusWithinChanged property changes on this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the value of the System.Windows.UIElement.IsMouseCaptured property changes on this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the value of the System.Windows.UIElement.IsMouseCaptureWithinProperty changes on this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the value of the System.Windows.UIElement.IsMouseDirectlyOver property changes on this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the value of the System.Windows.UIElement.IsStylusCaptured property changes on this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the value of the System.Windows.UIElement.IsStylusCaptureWithin property changes on this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the value of the System.Windows.UIElement.IsStylusDirectlyOver property changes on this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the value of the System.Windows.UIElement.IsVisible property changes on this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when a key is pressed while focus is on this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when a key is released while focus is on this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the layout of the various visual elements associated with the current System.Windows.Threading.Dispatcher changes. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the element is laid out, rendered, and ready for interaction. (Inherited from AnchorPointAnnotation)
Public EventOccurs when this element loses logical focus. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the keyboard is no longer focused on this element,. (Inherited from AnchorPointAnnotation)
Public EventOccurs when this element loses mouse capture. (Inherited from AnchorPointAnnotation)
Public EventOccurs when this element loses stylus capture. (Inherited from AnchorPointAnnotation)
Public EventOccurs when this element loses a touch capture. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the manipulation encounters a boundary. (Inherited from AnchorPointAnnotation)
Public EventOccurs when a manipulation and inertia on the System.Windows.UIElement object is complete. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the input device changes position during a manipulation. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the input device loses contact with the System.Windows.UIElement object during a manipulation and inertia begins. (Inherited from AnchorPointAnnotation)
Public EventOccurs when an input device begins a manipulation on the System.Windows.UIElement object. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the manipulation processor is first created. (Inherited from AnchorPointAnnotation)
Public EventOccurs when a mouse button is clicked two or more times. (Inherited from AnchorPointAnnotation)
Public EventOccurs when any mouse button is pressed while the pointer is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the mouse pointer enters the bounds of this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the mouse pointer leaves the bounds of this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the left mouse button is pressed while the mouse pointer is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the left mouse button is released while the mouse pointer is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the middle mouse button is pressed while the mouse pointer is over a System.Windows.UIElement. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the middle mouse button is released while the mouse pointer is over a System.Windows.UIElement. However, this event will only be raised if a caller marks the preceding System.Windows.UIElement.MouseRightButtonDown event as handled; see Remarks. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the mouse pointer moves while over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the right mouse button is pressed while the mouse pointer is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the right mouse button is released while the mouse pointer is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when any mouse button is released over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the user rotates the mouse wheel while the mouse pointer is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the input system reports an underlying drag event with this element as the drag target. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the input system reports an underlying drag event with this element as the drag origin. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from AnchorPointAnnotation)
Public EventOccurs when a drag-and-drop operation is started. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the keyboard is focused on this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when a key is pressed while focus is on this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when a key is released while focus is on this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the keyboard is no longer focused on this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when a user clicks the mouse button two or more times. (Inherited from AnchorPointAnnotation)
Public EventOccurs when any mouse button is pressed while the pointer is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the left mouse button is pressed while the mouse pointer is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the left mouse button is released while the mouse pointer is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the mouse pointer moves while the mouse pointer is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the right mouse button is pressed while the mouse pointer is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the right mouse button is released while the mouse pointer is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when any mouse button is released while the mouse pointer is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the user rotates the mouse wheel while the mouse pointer is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the stylus button is pressed while the pointer is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the stylus button is released while the pointer is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the stylus touches the digitizer while it is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the stylus moves over an element without actually touching the digitizer. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the stylus is close enough to the digitizer to be detected, while over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the stylus moves while over the element. The stylus must move while being detected by the digitizer to raise this event, otherwise, System.Windows.UIElement.PreviewStylusInAirMove is raised instead. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the stylus is too far from the digitizer to be detected. (Inherited from AnchorPointAnnotation)
Public EventOccurs when a user performs one of several stylus gestures. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the user raises the stylus off the digitizer while the stylus is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when this element gets text in a device-independent manner. (Inherited from AnchorPointAnnotation)
Public EventOccurs when a finger touches the screen while the finger is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when a finger moves on the screen while the finger is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when a finger is raised off of the screen while the finger is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when a property changes in the System.ComponentModel.INotifyPropertyChanged implementation (Inherited from AnchorPointAnnotation)
Public EventOccurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the cursor is requested to display. This event is raised on an element each time that the mouse pointer moves to a new location, which means the cursor object might need to be changed based on its new position. (Inherited from AnchorPointAnnotation)
Public EventOccurs when System.Windows.FrameworkElement.BringIntoView(System.Windows.Rect) is called on this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when IAnnotation becomes selected. (Inherited from AnchorPointAnnotation)
Public EventOccurs when either the System.Windows.FrameworkElement.ActualHeight or the System.Windows.FrameworkElement.ActualWidth properties change value on this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the source value changes for any existing property binding on this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the stylus button is pressed while the pointer is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the stylus button is released while the pointer is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the stylus touches the digitizer while the stylus is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the stylus enters the bounds of this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the stylus moves over an element without actually touching the digitizer. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the stylus is close enough to the digitizer to be detected, while over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the stylus leaves the bounds of the element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the stylus moves over this element. The stylus must move while on the digitizer to raise this event. Otherwise, System.Windows.UIElement.StylusInAirMove is raised instead. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the stylus is too far from the digitizer to be detected, while over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when a user performs one of several stylus gestures. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the user raises the stylus off the digitizer while it is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the target value changes for any property binding on this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when this element gets text in a device-independent manner. (Inherited from AnchorPointAnnotation)
Public EventOccurs just before any tooltip on the element is closed. (Inherited from AnchorPointAnnotation)
Public EventOccurs when any tooltip on the element is opened. (Inherited from AnchorPointAnnotation)
Public EventOccurs when a finger touches the screen while the finger is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when a touch moves from outside to inside the bounds of this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when a touch moves from inside to outside the bounds of this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when a finger moves on the screen while the finger is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when a finger is raised off of the screen while the finger is over this element. (Inherited from AnchorPointAnnotation)
Public EventOccurs when the element is removed from within an element tree of loaded elements. (Inherited from AnchorPointAnnotation)
Public EventOccurs when IAnnotation becomes unselected. (Inherited from AnchorPointAnnotation)
Top
See Also