ActiveReports Developer 7
AnnotationLine Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart.Annotations Namespace : AnnotationLine Class

Glossary Item Box

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 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 MethodToStringConverts the value of the current instance to its string representation.  
Top

See Also