Expand description
Types describing visual outputs (plots, lines, labels, etc.).
Structs§
- Background
Color - 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).
- Filled
Order - 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.
- Line
Fill - Fill area between two
Linegraphs. - Plot
- A per-bar plot series with style and display settings.
- Plot
Arrow - Plot arrow series.
- PlotBar
- Plot bar (custom bar) series.
- Plot
Candle - Plot candle series.
- Plot
Char - A plotchar series.
- Plot
Display - Display targets for plots/visuals.
- Plot
Shape - A plotshape series.
- Polyline
- Polyline visual primitive.
- Series
Graph Id - Stable identifier for a per-series graph stored in a
Chart. - Table
- A table visual primitive.
- Table
Cell - A single cell in a
Table.
Enums§
- Extend
- Extend mode for line-like visuals.
- Fill
Anchor - Anchor used to define the source/target of a
Fill. - Fill
Color - Fill color definition.
- Font
Family - Font family selection.
- Graph
- A non-series visual primitive (e.g. label/line/box).
- Hline
Style - Line style for a horizontal line.
- Horizontal
Align - Horizontal text alignment.
- Label
Style - Label shape/style.
- Line
Style - Line rendering style.
- Location
- Where to place a character/shape relative to the bar.
- Plot
Format - Number formatting hint for plot values.
- Plot
Line Style - Line stroke style for line-based plots.
- Plot
Style - Plot rendering style.
- Position
- Table anchor position.
- Series
Graph - 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.
- Text
Formatting - Text formatting (bold/italic).
- Text
Wrap - Text wrapping behavior.
- Vertical
Align - 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.