Types
AbsolutePosition
type
Position defined in absolute chart coordinates (time and price values).
Chart
type
Chart class for drawing and managing non-series visual elements on the chart.
Label[T]
type
Base class for text labels that can be positioned on the chart.
Aliases
Fields
LineSegment
type
Drawable line segment between two points with customizable style and endpoints.
Fields
RelativePosition
type
Position defined relative to chart boundaries using percentage ratios.
Fields
Enums
callout_position
enum
Position of the label relative to its specified coordinates.
Static fields
extend_type
enum
Defines how line segments should be extended beyond their endpoints.
Static fields
horizontal_anchor
enum
Horizontal anchor point for relative positioning.
line_ending_style
enum
Style of line segment endpoints (arrows, circles, etc.).
Static fields
line_segment_style
enum
Visual style of line segments (solid, dashed, dotted).
relative_position
enum
Predefined relative positions on the chart for placing elements.
Static fields