IAnnotation Interface Methods

For a list of all members of this type, see IAnnotation members.

Public Methods
 NameDescription
 Method Captures the mouse  
 MethodThis method is used in internally by the AnnotationResizeAdorner. Gets the adorner point positions  
 MethodGets the bounds of the current SciChart.Core.Framework.IHitTestable element relative to another SciChart.Core.Framework.IHitTestable element (Inherited from SciChart.Core.Framework.IHitTestable)
 MethodThis method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return a null reference (Nothing in Visual Basic) (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the System.Xml.Serialization.XmlSchemaProviderAttribute to the class. (Inherited from System.Xml.Serialization.IXmlSerializable)
 MethodHides the Annotation by removing adorner markers from the ParentSurface AdornerLayerCanvas and setting Visibility to Collapsed  
 MethodReturns true if the Point is within the bounds of the current SciChart.Core.Framework.IHitTestable element (Inherited from SciChart.Core.Framework.IHitTestable)
 MethodThis method is used internally by the AnnotationDragAdorner. Programmatically moves the annotation by an X,Y offset.  
 Method Called when the Annotation is attached to parent surface  
 Method Called when the Annotation is detached from its parent surface  
 MethodRaises the AnnotationBase.DragDelta event, called when a drag operation is in progress and each time the X1 Y1 X2 Y2 points update in the annotation  
 MethodRaises the AnnotationBase.DragEnded event, called when a drag operation ends  
 MethodRaises the AnnotationBase.DragStarted event, called when a drag operation starts  
 MethodRaises notification when parent SciChart.Charting.Visuals.SciChartSurface.XAxes changes.  
 MethodRaises notification when parent SciChart.Charting.Visuals.SciChartSurface.YAxes changes.  
 MethodGenerates an object from its XML representation. (Inherited from System.Xml.Serialization.IXmlSerializable)
 MethodRefreshes the annnotation position on the parent SciChart.Charting.Visuals.SciChartSurface, without causing a full redraw of the chart  
 Method Releases mouse capture  
 MethodThis method is used in internally by the AnnotationResizeAdorner. Programmatically sets an adorner point position  
 MethodShows annotation which being hidden by Hide call  
 MethodTranslates the point relative to the other SciChart.Core.Framework.IHitTestable element (Inherited from SciChart.Core.Framework.IHitTestable)
 MethodUpdates the coordinate calculators and refreshes the annotation position on the parent SciChart.Charting.Visuals.SciChartSurface  
 MethodConverts an object into its XML representation. (Inherited from System.Xml.Serialization.IXmlSerializable)
Top
See Also