Skip to content
EliteChart

KagiThickness

Documentation


Documentation / @elitechart/core / KagiThickness

code
type KagiThickness = "yang" | "yin";

Defined in: series/kagi.ts:49

Kagi segment thickness — 'yang' is the thick stroke, 'yin' is the thin stroke. See the module docblock for the latch rule.

Example

code
const t: KagiThickness = 'yang';