OptionalareaOptionalareaOptionalbaseOptionalbaseOptionalbodyPaint candle bodies. Off leaves outline and wick. Default true.
OptionalborderOptionalborderOptionalborderOptionalbottomOptionalboxFallback box size for stacking P&F X/O glyphs. Columns from
PointFigureTransform carry their own boxSize, which wins, so set this
only for hand-built column data.
OptionalcloseOptionalcolorOptionalcolorColor bars by close-versus-previous-close instead of close-versus-own-open, which is how most terminals paint a bar. Body, border and wick switch together. Default false.
OptionaldownOptionalhighStroke for the top edge of an HLC area's band. Undefined leaves the edge unstroked, which is how the band has always drawn.
OptionalhollowOptionallastShow this series' current value as a tag on the price axis. Default true.
Every series on the pane's readout scale gets one, not only the instrument:
an indicator overlay, a comparison line, a study on a pane of its own. The
instrument's tag is the up/down coloured one that also carries the bar
countdown; the rest are drawn in their own plot colour. A series whose
current value is not a number draws no tag, so a study that is na right
now says nothing rather than showing a stale reading.
OptionallineLine dash style for line/step/area/HLC series. Default 'solid'.
OptionallineOptionallowStroke for the bottom edge of an HLC area's band. See highColor.
OptionalmarkerOptionalmarkersOptionalmarkersDraw only the markers, with no connecting line (Parabolic SAR, scatter).
OptionalprecisionDecimal places for every price the scale this series maps to formats: the axis ticks, the last-value tag, the crosshair label and the drawing-tool labels. It overrides the precision the price scale infers from the tick size or the visible range. Undefined is the "Default" entry of the Precision dropdown: keep inferring. Valid range 0 to 8.
It does not reach a legend row: a PaneLegend is handed finished strings,
so whoever builds those readings owns their formatting.
OptionalpriceShow the dashed horizontal last-price line across the plot. Default true.
OptionalstepOptionalthickKagi thick (yang) line color.
OptionalthinKagi thin (yin) line color.
OptionaltitleOptional label carried with the series (for host-drawn legends).
OptionaltopOptionalupOptionalvisibleWhether the series is drawn and counted in autoscale. Default true.
OptionalwickOptionalwickOptionalwick
Unified style bag for all Family-A series types (ARCHITECTURE.md §6A). Each renderer reads the fields it needs; per-type defaults are filled by the chart-type registry. Keeping one optional-field interface avoids a sprawling discriminated union at the rendering boundary.