ActiveReports.Chart Request technical support
AnnotationLine Class Members
See Also  Properties  Methods  Events


The following tables list the members exposed by AnnotationLine.

Public Constructors

 NameDescription
Public ConstructorAnnotationLine ConstructorInitializes a new instance of the AnnotationLine class.  
Top

Public Properties

 NameDescription
Public PropertyAnnotationClassOverridden. Gets the name of the annotation type.  
Public PropertyAntiAliasModeFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.DrawCustomizableItem)
Public PropertyContextMenuFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.MouseEnabledItem)
Public PropertyEndConnectionGets or sets the object to which to connect the end point of the annotation line.  
Public PropertyEndConnectionIndexGets or sets the index of the anchor point of the destination annotation to which to connect the end point.  
Public PropertyEndPointGets or sets the end point of the line.  
Public PropertyLineGet or sets the line information used to draw this annotation.  
Public PropertyNameOverridden. Gets or sets the name of the AnnotationLine as string.  
Public PropertyStartConnectionGets or sets the object to which to connect the start point of the annotation line.  
Public PropertyStartConnectionIndexGets or sets the index of the anchor point of the destination annotation to which to connect the start point.  
Public PropertyStartPointGet or sets start point of the line.  
Top

Public Methods

 NameDescription
Public MethodCloneOverridden. Creates a clone of the AnnotationLine object.  
Public MethodDisposeFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.MouseEnabledComponent)
Public MethodInternalGetParentsFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.Item)
Public MethodOnMouseDownFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.MouseEnabledItem)
Public MethodOnMouseEnterFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.MouseEnabledItem)
Public MethodOnMouseHoverFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.MouseEnabledItem)
Public MethodOnMouseLeaveFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.MouseEnabledItem)
Public MethodOnMouseMoveFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.MouseEnabledItem)
Public MethodOnMouseUpFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.MouseEnabledItem)
Public MethodOnMouseWheelFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.MouseEnabledItem)
Public MethodToStringOverridden. Converts the value of the current instance to its string representation.  
Top

Public Events

 NameDescription
Public EventChangeFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.Item)
Public EventDisposedFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.MouseEnabledComponent)
Public EventMouseDownFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.MouseEnabledItem)
Public EventMouseEnterFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.MouseEnabledItem)
Public EventMouseHoverFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.MouseEnabledItem)
Public EventMouseLeaveFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.MouseEnabledItem)
Public EventMouseMoveFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.MouseEnabledItem)
Public EventMouseUpFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.MouseEnabledItem)
Public EventMouseWheelFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.MouseEnabledItem)
Public EventPostDrawFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.DrawCustomizableItem)
Public EventPreDrawFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.DrawCustomizableItem)
Top

See Also