Skip to content

Interface: VolumeProfileOptions

Defined in: finance/charts.ts:74

Properties

bins?

ts
optional bins?: number;

Defined in: finance/charts.ts:79

Number of price bins. Default 24.


color?

ts
optional color?: string | Color;

Defined in: finance/charts.ts:80


name?

ts
optional name?: string;

Defined in: finance/charts.ts:83


pocColor?

ts
optional pocColor?: string | Color;

Defined in: finance/charts.ts:82

Highlight the Point-of-Control bin with this color.


price

ts
price: ArrayLike<number>;

Defined in: finance/charts.ts:76

Price per sample (typically close).


renderType?

ts
optional renderType?: RenderType;

Defined in: finance/charts.ts:85


volume

ts
volume: ArrayLike<number>;

Defined in: finance/charts.ts:77


yAxis?

ts
optional yAxis?: string;

Defined in: finance/charts.ts:84

MIT licensed. WebGL2 required.