Module visuals

Source
Expand description

Types describing visual outputs (plots, lines, labels, etc.).

Structs§

BackgroundColor
Background color series.
Bar
OHLC bar data.
BarColors
Bar color overrides.
Box
A rectangular box annotation with optional text.
Chart
Collection of visuals produced during script execution.
Fill
A fill between two anchors (e.g. plot-to-plot or plot-to-hline).
FilledOrder
A single executed order fill.
Gradient
Gradient definition for FillColor::Gradient.
GraphId
Stable identifier for a graph stored in a Chart.
Hline
A horizontal line visual primitive.
Label
A label visual primitive.
Line
A line visual primitive.
LineFill
Fill area between two Line graphs.
Plot
A per-bar plot series with style and display settings.
PlotArrow
Plot arrow series.
PlotBar
Plot bar (custom bar) series.
PlotCandle
Plot candle series.
PlotChar
A plotchar series.
PlotDisplay
Display targets for plots/visuals.
PlotShape
A plotshape series.
Polyline
Polyline visual primitive.
SeriesGraphId
Stable identifier for a per-series graph stored in a Chart.
Table
A table visual primitive.
TableCell
A single cell in a Table.

Enums§

Extend
Extend mode for line-like visuals.
FillAnchor
Anchor used to define the source/target of a Fill.
FillColor
Fill color definition.
FontFamily
Font family selection.
Graph
A non-series visual primitive (e.g. label/line/box).
HlineStyle
Line style for a horizontal line.
HorizontalAlign
Horizontal text alignment.
LabelStyle
Label shape/style.
LineStyle
Line rendering style.
Location
Where to place a character/shape relative to the bar.
PlotFormat
Number formatting hint for plot values.
PlotLineStyle
Line stroke style for line-based plots.
PlotStyle
Plot rendering style.
Position
Table anchor position.
SeriesGraph
A per-series visual output (e.g. plot or bar colors).
Shape
Shape used by shape-based plot primitives.
Size
Size selection used by some visual primitives.
TextFormatting
Text formatting (bold/italic).
TextWrap
Text wrapping behavior.
VerticalAlign
Vertical text alignment.
XLocation
X-axis coordinate system used by some drawing primitives.
YLocation
Y-axis coordinate system used by some drawing primitives.

Type Aliases§

Color
Color type used by visual primitives.