Skip to main content

Trend Line Annotations

These annotations draw directional or reference lines on a chart. ExtendedLineAnnotation and AngleLineAnnotation use two points, while the axis-aligned line types use a single anchor point to produce horizontal, vertical or cross-style guides.

Annotation Types

AnnotationMain Use
ExtendedLineAnnotationTwo-point trend line that can extend as a ray or infinite line.
HorizontalTrendLineAnnotationAxis-aligned horizontal support / resistance line.
VerticalTrendLineAnnotationAxis-aligned vertical time marker line.
CrossLineAnnotationAxis-aligned cross-style guide marker.
AngleLineAnnotationAngled directional guide line.

See Also