Skip to content

Documentation / @finchart/core / PaneHost

Interface: PaneHost

Defined in: packages/core/src/plot/capabilities.ts:84

pane을 얻고, 만들고, 되돌릴 수 있다.

지표가 이 자리의 대표 소비자다 — MACD는 가격과 자릿수가 달라 pane을 따로 만들어야 하고, 뗄 때 자기가 만든 것을 치워야 한다.

소비자: legend · @finchart/indicators · @finchart/tools

Properties

mainPane

readonly mainPane: Pane

Defined in: packages/core/src/plot/capabilities.ts:86

시리즈를 담는 기본 pane. 항상 존재한다.


panes

readonly panes: readonly Pane[]

Defined in: packages/core/src/plot/capabilities.ts:88

위에서부터 쌓인 순서.

Methods

addPane()

addPane(options?): Pane

Defined in: packages/core/src/plot/capabilities.ts:89

Parameters

options?

PaneOptions & object

Returns

Pane


removePane()

removePane(pane): void

Defined in: packages/core/src/plot/capabilities.ts:90

Parameters

pane

Pane

Returns

void