58
Name
Parameters
Description
constructor(options?) options? (): A JavaScript object containing
initialization data for Line annotation.
Initializes a new instance of the Line annotation
class.
Properties
Name
Type
Description
attachment
AnnotationAttachment
Gets or sets the attachment of the annotation.
(inherited from AnnotationBase).
content
string
Gets or sets the text of the annotation.
(inherited from Shape).
end
DataPoint
Gets or sets the end point of the Line annotation.
isVisible
boolean
Gets or sets the visibility of the annotation.
(inherited from AnnotationBase).
name
string
Gets or sets the name of the annotation.
(inherited from AnnotationBase).
offset
Point
Gets or sets the offset of the annotation from the point.
(inherited from AnnotationBase).
point
DataPoint
Gets or sets the point of the annotation. The coordinates of points depends
on the attachment property. See AnnotationAttachment for further
description.
(inherited from AnnotationBase).
pointIndex
number
Gets or sets the data point index of the annotation. Applies only when
the attachment property is set to DataIndex.
(inherited from AnnotationBase).
position
AnnotationPosition
Gets or sets the position of the annotation. The position is relative to
the point.
(inherited from AnnotationBase).
seriesIndex
number
Gets or sets the data series index of the annotation. Applies only when
the attachment property is set to DataIndex.
(inherited from AnnotationBase).
start
DataPoint
Gets or sets the start point of the Line annotation.