[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Annotations.AnnotationLine

AnnotationLine Class

Line annotation object, may connect to other annotations

Namespace: GrapeCity.ActiveReports.Chart.Annotations
Assembly: MESCIUS.ActiveReports.Chart.dll
Syntax
[TypeConverter(typeof())]
public sealed class AnnotationLine : Annotation, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer, IMouseEnabled, IMouseHandler, INamedComponent, IDisposable

Constructors

Name Description
AnnotationLine()

Initializes a new instance of the AnnotationLine class.

AnnotationLine(string)

For internal use only.

AnnotationLine(string, GraphXmlSerializationContext)

For internal use only.

Properties

Name Description
AnnotationClass

Gets annotation type name.

EndConnection

Gets or sets

AnnotationTextBar
object to connect end point to.
EndConnectionIndex

Gets or sets index of anchor point of destination annotation to connect end point to.

EndPoint

Gets or sets end point of line. Is not used if end of line is connected to another annotation.

Line

Get or sets line info used to draw this annotation.

Name

Gets or sets the Name of annotation line.

StartConnection

Gets or sets

AnnotationTextBar
object to connect start point to.
StartConnectionIndex

Gets or sets index of anchor point of destination annotation to connect start point to.

StartPoint

Get or sets start point of line. Is not used if start of line is connected to another annotation

Methods

Name Description
Clone()

This member overrides

Item.Clone
ToString()

Returns a string that represents this instance.